org.jboss.portal.core.model.portal.content
Interface ContentRendererContext
- All Known Implementing Classes:
- RenderWindowCommand
public interface ContentRendererContext
Abstract the services provided to a content renderer for the render phase.
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
getWindow
Window getWindow()
getNavigationalState
WindowNavigationalState getNavigationalState()
setNavigationalState
void setNavigationalState(WindowNavigationalState navigationalState)
getUser
User getUser()
createRenderInvocation
RenderInvocation createRenderInvocation(WindowNavigationalState navigationalState)