|
||||||||||
| 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 MenuOptionsDefinitionpublic void setOptions(java.lang.String options)
setOptions in interface MenuOptionsDefinitionoptions - option paths specificationpublic int getDepth()
getDepth in interface MenuOptionsDefinitionpublic void setDepth(int depth)
setDepth in interface MenuOptionsDefinitiondepth - inclusion depthpublic boolean isPaths()
isPaths in interface MenuOptionsDefinitionpublic void setPaths(boolean paths)
setPaths in interface MenuOptionsDefinitionpaths - paths options flagpublic boolean isRegexp()
isRegexp in interface MenuOptionsDefinitionpublic void setRegexp(boolean regexp)
setRegexp in interface MenuOptionsDefinitionregexp - regexp flagpublic java.lang.String getProfile()
getProfile in interface MenuOptionsDefinitionpublic void setProfile(java.lang.String locatorName)
setProfile in interface MenuOptionsDefinitionlocatorName - profile locator namepublic java.lang.String getOrder()
getOrder in interface MenuOptionsDefinitionpublic void setOrder(java.lang.String order)
setOrder in interface MenuOptionsDefinitionorder - ordering patterns listpublic java.lang.String getSkin()
getSkin in interface MenuOptionsDefinitionpublic void setSkin(java.lang.String name)
setSkin in interface MenuOptionsDefinitionname - skin name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||