Class LayoutManagerCallable
java.lang.Object
de.uplanet.lucy.server.auxiliaries.LayoutManagerCallable
-
Constructor Summary
ConstructorDescriptionLayoutManagerCallable
(org.springframework.context.ApplicationContext p_appCtx) Public callable constructor. -
Method Summary
Modifier and TypeMethodDescriptionde.uplanet.lucy.util.Layout
Get a specific layout.List<de.uplanet.lucy.util.Layout>
Get a list of all layouts of the portal.getMailLayout
(String p_strLayout) Get a specific mail layout directory.boolean
hasCustomMenuStyles
(String p_strCurrLayoutDir) boolean
Check if this portal has the given layout.boolean
isFrameless
(String p_strCurrLayoutDir) Deprecated.Intrexx version 5.0, and above is frameless.boolean
-
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:
true
if the portal has the given layout, orfalse
otherwise.- Throws:
Exception
- If an error occurred.
-
getLayout
Get a specific layout.- Parameters:
p_strLayout
- The layout identifier.- Returns:
- The layout, or
null
if 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() -
hasCustomMenuStyles
- Throws:
Exception
-