Method Summary |
|
__getattr__ (self,
name)
Looks for the name in an object with wrappers that only reach up to
the root skins folder. |
|
__of__ (self,
parent)
Sneakily sets up the portal skin then returns the wrapper that
Acquisition.Implicit.__of__() would return. |
|
changeSkin (self,
skinname)
Change the current skin. |
|
clearCurrentSkin (self)
Clear the current skin. |
|
getCurrentSkinName (self)
Return the current skin name. |
|
getSkin (self,
name)
Returns the requested skin. |
|
getSkinNameFromRequest (self,
REQUEST)
Returns the skin name from the Request. |
|
getSkinsFolderName(self)
|
|
setupCurrentSkin (self,
REQUEST)
Sets up skindata so that __getattr__ can find it. |
Inherited from ObjectManager :
__class_init__ ,
__getitem__ ,
all_meta_types ,
filtered_meta_types ,
hasObject ,
list_imports ,
manage_afterAdd ,
manage_afterClone ,
manage_beforeDelete ,
manage_delObjects ,
manage_exportObject ,
manage_FTPlist ,
manage_FTPstat ,
manage_hasId ,
manage_importObject ,
objectIds ,
objectIds_d ,
objectItems ,
objectItems_d ,
objectMap ,
objectMap_d ,
objectValues ,
objectValues_d ,
superValues ,
tpValues
Inherited from CopyContainer :
cb_dataItems ,
cb_dataValid ,
manage_clone ,
manage_CopyContainerAllItems ,
manage_CopyContainerFirstItem ,
manage_copyObjects ,
manage_cutObjects ,
manage_pasteObjects ,
manage_renameObject ,
manage_renameObjects ,
validClipData
Inherited from Navigation :
manage_zmi_logout
Inherited from Tabs :
class_manage_path ,
filtered_manage_options ,
manage_workspace ,
tabs_path_default ,
tabs_path_info
Inherited from Persistent :
__getattribute__ ,
bobobase_modification_time ,
locked_in_version ,
modified_in_version
Inherited from Persistent :
__delattr__ ,
__getstate__ ,
__reduce__ ,
__setattr__ ,
__setstate__
Inherited from Collection :
dav__init ,
DELETE ,
HEAD ,
listDAVObjects ,
PUT
Inherited from Resource :
COPY ,
dav__simpleifhandler ,
dav__validate ,
LOCK ,
manage_DAVget ,
MKCOL ,
MOVE ,
OPTIONS ,
PROPFIND ,
PROPPATCH ,
TRACE ,
UNLOCK
Inherited from LockableItem :
wl_clearLocks ,
wl_delLock ,
wl_getLock ,
wl_hasLock ,
wl_isLocked ,
wl_lockItems ,
wl_lockmapping ,
wl_lockTokens ,
wl_lockValues ,
wl_setLock
Inherited from EtagSupport :
http__etag ,
http__parseMatchList ,
http__processMatchHeaders ,
http__refreshEtag
Inherited from Traversable :
absolute_url ,
absolute_url_path ,
getPhysicalPath ,
restrictedTraverse ,
unrestrictedTraverse ,
virtual_url_path
Inherited from Base :
__getnewargs__
Inherited from object :
__init__ ,
__hash__ ,
__reduce_ex__ ,
__repr__ ,
__str__
|