|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TODO: A description of this class.
Method Summary | |
void |
addLayout(RuntimeContext runtimeContext,
PortalLayoutMetaData layoutMD)
Add a layout. |
void |
addRenderSet(RuntimeContext runtimeContext,
RenderSetMetaData renderSet)
Register a renderSet with this service |
void |
addStrategy(RuntimeContext runtimeContext,
LayoutStrategyMetaData strategyMD)
Register a a portal layout strategy with this service |
void |
removeLayouts(java.lang.String appID)
Remove all layouts that are hosted in the provided application. |
void |
removeRenderSets(java.lang.String appID)
Remove all rendersets that are hosted in the provided application. |
void |
removeStrategies(java.lang.String appID)
Remove all strategies that are hosted in the provided application. |
void |
setDefaultLayout(java.lang.String name)
Set the default layout (on a global level). |
Methods inherited from interface org.jboss.portal.theme.LayoutServiceInfo |
getLayout, getLayout, getLayouts, getRenderSet, getRenderSet, getRenderSet, getRenderSets, getStrategies, getStrategy, getStrategy |
Method Detail |
public void setDefaultLayout(java.lang.String name) throws LayoutException
name
- the name of the layout to set as default
LayoutException
public void addLayout(RuntimeContext runtimeContext, PortalLayoutMetaData layoutMD) throws LayoutException
LayoutException
public void removeLayouts(java.lang.String appID) throws LayoutException
appID
- the name of the application that hosts the layout(s) to be removed
LayoutException
public void addStrategy(RuntimeContext runtimeContext, LayoutStrategyMetaData strategyMD) throws LayoutException
LayoutException
public void removeStrategies(java.lang.String appID) throws LayoutException
appID
- the name of the application that hosts the strategie(s) to be removed
LayoutException
public void addRenderSet(RuntimeContext runtimeContext, RenderSetMetaData renderSet) throws LayoutException
LayoutException
public void removeRenderSets(java.lang.String appID) throws LayoutException
appID
- the name of the application that hosts the render set(s) to be removed
LayoutException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |