|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RenderingContext
Provides all information needed in the rendering process.
Method Summary | |
---|---|
AppendableWriter |
getAppendable()
|
javax.jcr.Node |
getCurrentContent()
|
javax.jcr.Node |
getMainContent()
|
OutputProvider |
getOutputProvider()
|
OutputStream |
getOutputStream()
|
RenderableDefinition |
getRenderableDefinition()
|
void |
handleException(RenderException renderException)
|
void |
pop()
|
void |
push(javax.jcr.Node content,
RenderableDefinition renderableDefinition)
Pushes the content and renderableDefinition to be used for rendering. |
void |
push(javax.jcr.Node content,
RenderableDefinition renderableDefinition,
OutputProvider outputProvider)
Pushes the content and renderableDefinition to be used for rendering. |
Method Detail |
---|
javax.jcr.Node getMainContent()
javax.jcr.Node getCurrentContent()
RenderableDefinition getRenderableDefinition()
OutputProvider getOutputProvider()
void push(javax.jcr.Node content, RenderableDefinition renderableDefinition)
void push(javax.jcr.Node content, RenderableDefinition renderableDefinition, OutputProvider outputProvider)
outputProvider
- the OutputProvider to be used for output or null to use the OutputProvider already setvoid pop()
AppendableWriter getAppendable() throws IOException
IOException
OutputStream getOutputStream() throws IOException
IOException
void handleException(RenderException renderException)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |