Class LayoutManagerCallable
java.lang.Object
de.uplanet.lucy.server.auxiliaries.LayoutManagerCallable
-
Constructor Summary
ConstructorsConstructorDescriptionLayoutManagerCallable(org.springframework.context.ApplicationContext p_appCtx) Public callable constructor. -
Method Summary
Modifier 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
-
LayoutManagerCallable
public LayoutManagerCallable(org.springframework.context.ApplicationContext p_appCtx) Public callable constructor.- Parameters:
p_appCtx- The Spring application context.
-
-
Method Details
-
hasLayout
Check if this portal has the given layout.- Parameters:
p_strLayout- The layout identifier.- Returns:
trueif the portal has the given layout, orfalseotherwise.- Throws:
Exception- If an error occurred.
-
getLayout
Get a specific layout.- Parameters:
p_strLayout- The layout identifier.- Returns:
- The layout, or
nullif no such layout exists. - Throws:
Exception- If an error occurred.
-
getMailLayout
Get 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.
-
getLayouts
Get a list of all layouts of the portal.- Returns:
- A list that contains all layouts of the portal.
-
isFrameless
Deprecated.Intrexx version 5.0, and above is frameless. -
isYellowFading
public boolean isYellowFading() -
isShowActionInfo
public boolean isShowActionInfo() -
hasCustomMenuStyles
- Throws:
Exception
-