站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

RenderPageCommand - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.core.command
Class RenderPageCommand

java.lang.Object
  extended byorg.jboss.portal.common.invocation.Invocation
      extended byorg.jboss.portal.core.command.ControllerCommand
          extended byorg.jboss.portal.core.command.PortalObjectCommand
              extended byorg.jboss.portal.core.command.MarkupCommand
                  extended byorg.jboss.portal.core.command.RenderPageCommand

public final class RenderPageCommand
extends MarkupCommand

Render a full page.


Field Summary
 
Fields inherited from class org.jboss.portal.core.command.ControllerCommand
context, log
 
Constructor Summary
RenderPageCommand(java.lang.String pageRef)
           
 
Method Summary
 MarkupResult renderFragments(ServerConfig cfg, NavigationalStateContext navCtx)
          Call the component / portlet invocation for each window on the page, and create a markup result with the resulting markup fragments in it
 
Methods inherited from class org.jboss.portal.core.command.MarkupCommand
create, enforceSecurity, execute, getInfo, getLayout, getLayout, getMarkupContainer, getPage, getPageRef, getTarget, renderPortletWindow
 
Methods inherited from class org.jboss.portal.core.command.ControllerCommand
destroy, dispatch, getContext, setContext
 
Methods inherited from class org.jboss.portal.common.invocation.Invocation
getAttribute, invoke, invokeNext, removeAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderPageCommand

public RenderPageCommand(java.lang.String pageRef)
Method Detail

renderFragments

public MarkupResult renderFragments(ServerConfig cfg,
                                    NavigationalStateContext navCtx)
                             throws CommandException
Call the component / portlet invocation for each window on the page, and create a markup result with the resulting markup fragments in it

Specified by:
renderFragments in class MarkupCommand
Parameters:
cfg - the server configuration to get access to customizable error behaviour
navCtx - the navigational state context to access page and window navigational state
Returns:
a modifiable page result containing the markup fragments from the individual portlets on this page
Throws:
InvocationException
CommandException