|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.om.profile.BaseProfileLocator org.apache.jetspeed.om.profile.BaseProfile
Provides base functionality within a Registry.
Field Summary | |
protected PSMLDocument |
document
|
Constructor Summary | |
BaseProfile()
|
|
BaseProfile(ProfileLocator locator)
|
Method Summary | |
java.lang.Object |
clone()
|
PSMLDocument |
getDocument()
Gets the root set of portlets for this profile object. |
PortletSet |
getRootSet()
Gets the root set of portlets for this profile object. |
void |
init(ProfileLocator locator)
initialize a profile from a locator |
void |
setDocument(PSMLDocument document)
Sets the psml document attached to this profile |
void |
store()
stores the resource by merging and rewriting the psml file |
java.lang.String |
toString()
provide useful info for ease of debugging |
Methods inherited from class org.apache.jetspeed.om.profile.BaseProfileLocator |
createFromPath, equals, getAnonymous, getCountry, getGroup, getGroupName, getId, getLanguage, getMediaType, getName, getPath, getRole, getRoleName, getUser, getUserName, setAnonymous, setCountry, setGroup, setGroupByName, setLanguage, setMediaType, setName, setRole, setRoleByName, setUser |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.jetspeed.om.profile.ProfileLocator |
createFromPath, getAnonymous, getCountry, getGroup, getGroupName, getId, getLanguage, getMediaType, getName, getPath, getRole, getRoleName, getUser, getUserName, setAnonymous, setCountry, setGroup, setGroupByName, setLanguage, setMediaType, setName, setRole, setRoleByName, setUser |
Field Detail |
protected PSMLDocument document
Constructor Detail |
public BaseProfile()
public BaseProfile(ProfileLocator locator)
Method Detail |
public void init(ProfileLocator locator)
Profile
init
in interface Profile
locator
- public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface ProfileLocator
clone
in class BaseProfileLocator
java.lang.CloneNotSupportedException
Object.clone()
public PortletSet getRootSet()
getRootSet
in interface Profile
public PSMLDocument getDocument()
getDocument
in interface Profile
public void setDocument(PSMLDocument document)
Profile
setDocument
in interface Profile
public void store() throws ProfileException
store
in interface Profile
ProfileException
- if an error occurs storing the profilepublic java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |