Class LayoutManagerCallable
java.lang.Object
de.uplanet.lucy.server.auxiliaries.LayoutManagerCallable
- 
Constructor SummaryConstructorsConstructorDescriptionLayoutManagerCallable(org.springframework.context.ApplicationContext p_appCtx) Public callable constructor.
- 
Method SummaryModifier and TypeMethodDescriptionGet a specific layout.Get a list of all layouts of the portal.getMailLayout(String p_strLayout) Get a specific mail layout directory.booleanhasCustomMenuStyles(String p_strCurrLayoutDir) booleanCheck if this portal has the given layout.booleanisFrameless(String p_strCurrLayoutDir) Deprecated.Intrexx version 5.0, and above is frameless.booleanboolean
- 
Constructor Details- 
LayoutManagerCallablepublic LayoutManagerCallable(org.springframework.context.ApplicationContext p_appCtx) Public callable constructor.- Parameters:
- p_appCtx- The Spring application context.
 
 
- 
- 
Method Details- 
hasLayoutCheck if this portal has the given layout.- Parameters:
- p_strLayout- The layout identifier.
- Returns:
- trueif the portal has the given layout, or- falseotherwise.
- Throws:
- Exception- If an error occurred.
 
- 
getLayoutGet a specific layout.- Parameters:
- p_strLayout- The layout identifier.
- Returns:
- The layout, or nullif no such layout exists.
- Throws:
- Exception- If an error occurred.
 
- 
getMailLayoutGet a specific mail layout directory.- Parameters:
- p_strLayout- The layout directory.
- Returns:
- The mail layout directory or the given layout directory if no mail layout is defined.
- Throws:
- Exception- If an error occurred.
 
- 
getLayoutsGet a list of all layouts of the portal.- Returns:
- A list that contains all layouts of the portal.
 
- 
isFramelessDeprecated.Intrexx version 5.0, and above is frameless.
- 
isYellowFadingpublic boolean isYellowFading()
- 
isShowActionInfopublic boolean isShowActionInfo()
- 
hasCustomMenuStyles- Throws:
- Exception
 
 
-