Klasse LayoutManagerCallable
java.lang.Object
de.uplanet.lucy.server.auxiliaries.LayoutManagerCallable
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungLayoutManagerCallable(org.springframework.context.ApplicationContext p_appCtx) Public callable constructor. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet 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) Veraltet.Intrexx version 5.0, and above is frameless.booleanboolean
-
Konstruktordetails
-
LayoutManagerCallable
public LayoutManagerCallable(org.springframework.context.ApplicationContext p_appCtx) Public callable constructor.- Parameter:
p_appCtx- The Spring application context.
-
-
Methodendetails
-
hasLayout
Check if this portal has the given layout.- Parameter:
p_strLayout- The layout identifier.- Gibt zurück:
trueif the portal has the given layout, orfalseotherwise.- Löst aus:
Exception- If an error occurred.
-
getLayout
Get a specific layout.- Parameter:
p_strLayout- The layout identifier.- Gibt zurück:
- The layout, or
nullif no such layout exists. - Löst aus:
Exception- If an error occurred.
-
getMailLayout
Get a specific mail layout directory.- Parameter:
p_strLayout- The layout directory.- Gibt zurück:
- The mail layout directory or the given layout directory if no mail layout is defined.
- Löst aus:
Exception- If an error occurred.
-
getLayouts
Get a list of all layouts of the portal.- Gibt zurück:
- A list that contains all layouts of the portal.
-
isFrameless
Veraltet.Intrexx version 5.0, and above is frameless. -
isYellowFading
public boolean isYellowFading() -
isShowActionInfo
public boolean isShowActionInfo() -
hasCustomMenuStyles
- Löst aus:
Exception
-