当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
WARTheme - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.theme.impl
Class WARTheme
java.lang.Object
org.jboss.portal.theme.PortalTheme
org.jboss.portal.theme.impl.WARTheme
- public final class WARTheme
- extends PortalTheme
A theme implementation that gets its resources from a war file.
- Version:
- $Revision: 5448 $
- Author:
- Martin Holzner
Fields inherited from class org.jboss.portal.theme.PortalTheme |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WARTheme
public WARTheme()
assembleResponse
public ThemeResult assembleResponse(ServerRequest request,
ServerResponse response)
- Description copied from class:
PortalTheme
- create the markup that this theme wants to inject into the page
- Specified by:
assembleResponse
in class PortalTheme
- Parameters:
request
- the current server requestresponse
- the current server response
- Returns:
- a ThemeResult containing the markup to inject into the page
assembleResponse
public void assembleResponse(java.io.Writer writer)
- Description copied from class:
PortalTheme
- create the markup that this theme wants to inject into the page, and write it to the provided writer
- Specified by:
assembleResponse
in class PortalTheme
- Parameters:
writer
- the writer to write the theme markup to