|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.om.folder.psml.MenuOptionsDefinitionImpl
public class MenuOptionsDefinitionImpl
This class implements the MenuOptionsDefinition interface in a persistent object form for use by the page manager component.
Field Summary |
---|
Fields inherited from interface org.apache.jetspeed.om.folder.MenuOptionsDefinition |
---|
ANY_PROFILE_LOCATOR |
Constructor Summary | |
---|---|
MenuOptionsDefinitionImpl()
MenuOptionsDefinitionImpl - constructor |
Method Summary | |
---|---|
int |
getDepth()
getDepth - get depth of inclusion for folder options |
java.lang.String |
getOptions()
getOptions - get comma separated menu options |
java.lang.String |
getOrder()
getOrder - get comma separated regexp ordering patterns |
java.lang.String |
getProfile()
getProfile - get profile locator used to filter options |
java.lang.String |
getSkin()
getSkin - get skin name for options |
boolean |
isPaths()
isPaths - get generate ordered path options |
boolean |
isRegexp()
isRegexp - get regexp flag for interpreting options |
void |
setDepth(int depth)
setDepth - set depth of inclusion for folder options |
void |
setOptions(java.lang.String options)
setOptions - set comma separated menu options |
void |
setOrder(java.lang.String order)
setOrder - set comma separated regexp ordering patterns |
void |
setPaths(boolean paths)
setPaths - set generate ordered path options |
void |
setProfile(java.lang.String locatorName)
setProfile - set profile locator used to filter options |
void |
setRegexp(boolean regexp)
setRegexp - set regexp flag for interpreting options |
void |
setSkin(java.lang.String name)
setSkin - set skin name for options |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MenuOptionsDefinitionImpl()
Method Detail |
---|
public java.lang.String getOptions()
getOptions
in interface MenuOptionsDefinition
public void setOptions(java.lang.String options)
setOptions
in interface MenuOptionsDefinition
options
- option paths specificationpublic int getDepth()
getDepth
in interface MenuOptionsDefinition
public void setDepth(int depth)
setDepth
in interface MenuOptionsDefinition
depth
- inclusion depthpublic boolean isPaths()
isPaths
in interface MenuOptionsDefinition
public void setPaths(boolean paths)
setPaths
in interface MenuOptionsDefinition
paths
- paths options flagpublic boolean isRegexp()
isRegexp
in interface MenuOptionsDefinition
public void setRegexp(boolean regexp)
setRegexp
in interface MenuOptionsDefinition
regexp
- regexp flagpublic java.lang.String getProfile()
getProfile
in interface MenuOptionsDefinition
public void setProfile(java.lang.String locatorName)
setProfile
in interface MenuOptionsDefinition
locatorName
- profile locator namepublic java.lang.String getOrder()
getOrder
in interface MenuOptionsDefinition
public void setOrder(java.lang.String order)
setOrder
in interface MenuOptionsDefinition
order
- ordering patterns listpublic java.lang.String getSkin()
getSkin
in interface MenuOptionsDefinition
public void setSkin(java.lang.String name)
setSkin
in interface MenuOptionsDefinition
name
- skin name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |