|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.om.page.psml.AbstractBaseElement
org.apache.jetspeed.page.document.AbstractNode
org.apache.jetspeed.om.page.psml.PageImpl
Field Summary | |
private DefaultsImpl |
defaults
|
private int |
hashCode
|
private List |
menuDefinitions
menuDefinitions - menu definitions for page |
private org.apache.jetspeed.om.page.Fragment |
root
|
Fields inherited from class org.apache.jetspeed.page.document.AbstractNode |
|
Fields inherited from class org.apache.jetspeed.om.page.psml.AbstractBaseElement |
|
Fields inherited from interface org.apache.jetspeed.om.page.Page |
DOCUMENT_TYPE |
Fields inherited from interface org.apache.jetspeed.page.document.Node |
PATH_SEPARATOR, PATH_SEPARATOR_CHAR |
Fields inherited from interface org.apache.jetspeed.om.common.SecuredResource |
EDIT_ACTION, VIEW_ACTION |
Constructor Summary | |
PageImpl()
|
Method Summary | |
Object |
clone()
Create a clone of this object |
boolean |
equals(Object obj)
equals |
String |
getDefaultDecorator(String fragmentType)
|
org.apache.jetspeed.om.page.Defaults |
getDefaults()
|
String |
getDefaultSkin()
|
org.apache.jetspeed.om.page.Fragment |
getFragmentById(String id)
|
List |
getMenuDefinitions()
getMenuDefinitions - get list of menu definitions |
org.apache.jetspeed.om.page.Fragment |
getRootFragment()
|
String |
getType()
getType |
int |
hashCode()
hashCode |
void |
marshalling()
marshalling - notification that this instance is to be saved to the persistent store |
void |
setDefaultDecorator(String decoratorName,
String fragmentType)
|
void |
setDefaults(DefaultsImpl defaults)
|
void |
setDefaultSkin(String skinName)
|
void |
setId(String id)
setId |
void |
setMenuDefinitions(List definitions)
setMenuDefinitions - set list of menu definitions |
void |
setRootFragment(org.apache.jetspeed.om.page.Fragment root)
|
void |
unmarshalled()
unmarshalled - notification that this instance has been loaded from the persistent store |
Methods inherited from class org.apache.jetspeed.page.document.AbstractNode |
checkConstraints, checkPermissions, getLogicalPermissionPath, getMetadata, getMetadataFields, getName, getParent, getParent, getPath, getPhysicalPermissionPath, getProfiledPath, getShortTitle, getTitle, getTitleName, getUrl, isHidden, setHidden, setMetadata, setMetadataFields, setParent, setPath, setProfiledPath, setUrl |
Methods inherited from class org.apache.jetspeed.om.page.psml.AbstractBaseElement |
checkAccess, checkAccess, checkConstraints, checkPermissions, checkPermissions, getConstraintsEnabled, getHandlerFactory, getId, getPermissionsEnabled, getSecurityConstraints, getShortTitle, getTitle, grantViewActionAccess, setConstraintsEnabled, setHandlerFactory, setPermissionsEnabled, setSecurityConstraints, setShortTitle, setTitle, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.jetspeed.page.document.Node |
getMetadata, getName, getParent, getPath, getShortTitle, getTitle, getUrl, isHidden, setParent, setPath |
Methods inherited from interface org.apache.jetspeed.om.page.BaseElement |
getId, getShortTitle, getTitle, setShortTitle, setTitle |
Methods inherited from interface org.apache.jetspeed.om.common.SecuredResource |
checkAccess, checkConstraints, checkPermissions, getConstraintsEnabled, getPermissionsEnabled, getSecurityConstraints, setSecurityConstraints |
Field Detail |
private DefaultsImpl defaults
private org.apache.jetspeed.om.page.Fragment root
private int hashCode
private List menuDefinitions
Constructor Detail |
public PageImpl()
Method Detail |
public void setId(String id)
setId
setId
in interface org.apache.jetspeed.om.page.BaseElement
setId
in class AbstractBaseElement
id
- AbstractBaseElement.setId(java.lang.String)
public boolean equals(Object obj)
equals
equals
in class AbstractBaseElement
obj
-
Object.equals(java.lang.Object)
public int hashCode()
hashCode
hashCode
in class AbstractBaseElement
Object.hashCode()
public String getDefaultSkin()
getDefaultSkin
in interface org.apache.jetspeed.om.page.Page
public void setDefaultSkin(String skinName)
setDefaultSkin
in interface org.apache.jetspeed.om.page.Page
public String getDefaultDecorator(String fragmentType)
getDefaultDecorator
in interface org.apache.jetspeed.om.page.Page
public void setDefaultDecorator(String decoratorName, String fragmentType)
setDefaultDecorator
in interface org.apache.jetspeed.om.page.Page
public org.apache.jetspeed.om.page.Fragment getRootFragment()
getRootFragment
in interface org.apache.jetspeed.om.page.Page
public void setRootFragment(org.apache.jetspeed.om.page.Fragment root)
setRootFragment
in interface org.apache.jetspeed.om.page.Page
public org.apache.jetspeed.om.page.Fragment getFragmentById(String id)
getFragmentById
in interface org.apache.jetspeed.om.page.Page
public org.apache.jetspeed.om.page.Defaults getDefaults()
getDefaults
in interface org.apache.jetspeed.om.page.Page
public void setDefaults(DefaultsImpl defaults)
public Object clone() throws CloneNotSupportedException
AbstractBaseElement
clone
in interface org.apache.jetspeed.om.page.Page
clone
in class AbstractBaseElement
CloneNotSupportedException
public String getType()
getType
getType
in interface org.apache.jetspeed.page.document.Node
Node.getType()
public List getMenuDefinitions()
getMenuDefinitions
in interface org.apache.jetspeed.om.page.Page
public void setMenuDefinitions(List definitions)
setMenuDefinitions
in interface org.apache.jetspeed.om.page.Page
definitions
- definition listpublic void unmarshalled()
unmarshalled
in class AbstractNode
public void marshalling()
marshalling
in class AbstractBaseElement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |