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

Method Summary
 RenderInvocation createRenderInvocation(WindowNavigationalState navigationalState)
           
 WindowNavigationalState getNavigationalState()
           
 User getUser()
           
 Window getWindow()
           
 void setNavigationalState(WindowNavigationalState navigationalState)
           
 

Method Detail

getWindow

Window getWindow()

getNavigationalState

WindowNavigationalState getNavigationalState()

setNavigationalState

void setNavigationalState(WindowNavigationalState navigationalState)

getUser

User getUser()

createRenderInvocation

RenderInvocation createRenderInvocation(WindowNavigationalState navigationalState)