| java.lang.Object org.jboss.portal.theme.PortalRenderSet
PortalRenderSet | final public class PortalRenderSet (Code) | | The portal render set is a set of renderer implementations for the markup container of a page. A render set
consists of 4 iterface implementations with some meta data describing the web application the render set is coming
from, and the content type it is capable of handling.
author: Martin Holzner. version: $Revision: 8784 $ |
getAppId | public String getAppId()(Code) | | Get the name of the application (the WAR) that contains this render set.
the name of the application (the WAR) that contains this render set |
getName | public String getName()(Code) | | Get the name of this render set.
the name of this render set |
isAjaxEnabled | public boolean isAjaxEnabled()(Code) | | |
|
|