| org.jboss.portal.theme.LayoutServiceInfo
LayoutServiceInfo | public interface LayoutServiceInfo (Code) | | Read Only information about the layout service.
author: Martin Holzner version: $Revision: 8784 $ |
getLayout | PortalLayout getLayout(ServerRegistrationID id, boolean defaultOnNull)(Code) | | Get the layout for the provided registration id.
Parameters: id - the registration id of the layout to get Parameters: defaultOnNull - true, if the default layout (if any is defined) should be returned in case the requestedlayout is not found the requested layout , of the default layout, or null |
getLayout | PortalLayout getLayout(String name, boolean defaultOnNull)(Code) | | Get the layout for the provided name.
Parameters: name - the name of the layout to request Parameters: defaultOnNull - true, if the default layout (if any is defined) should be returned in case the requestedlayout is not found the requested layout , of the default layout, or null |
getLayouts | Collection getLayouts()(Code) | | Get a Set of portal layouts
a Set of portal layouts |
getRenderSet | PortalRenderSet getRenderSet(String renderSetName, MediaType mediaType)(Code) | | Get the render set for the provided layout.
Parameters: renderSetName - the name of the renderSet to find Parameters: mediaType - the mediatype for which to find the renderSet the registered renderSet for the provided name and media type, or null if no such renderSet is registered |
getRenderSet | PortalRenderSet getRenderSet(ServerRegistrationID id, MediaType mediaType)(Code) | | Retrieves the render set for this Layout.
Parameters: id - the registration id of the RenderSet to retrieve. Parameters: mediaType - the media type that must be supported by the RenderSet to be retrieved the registered RenderSet identified by the specified id and media type, null otherwise. since: 2.4 |
getRenderSets | Collection getRenderSets()(Code) | | Retrieves the set of the ServerRegistrationID for registred render set
the set of the ServerRegistrationID for registred render set |
|
|