|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.render.Renderer
net.sf.jasperreports.jsf.renderkit.ReportRenderer
net.sf.jasperreports.jsf.renderkit.html.FrameRenderer
public final class FrameRenderer
Renderer for report frames.
Draws an inline HTML iframe element in the containing view. Report contents will be shown inside that nested frame element.
Field Summary | |
---|---|
static String |
CONTENT_DISPOSITION
The constant representing the renderer's content disposition. |
static String |
RENDERER_TYPE
The renderer type. |
Constructor Summary | |
---|---|
FrameRenderer()
|
Method Summary | |
---|---|
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
String |
getContentDisposition()
Obtains the default content disposition for this renderer. |
boolean |
getRendersChildren()
|
protected void |
renderAttributes(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent report)
Render HTML attributes. |
protected void |
renderIdAttribute(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent report)
Render id attribute. |
Methods inherited from class net.sf.jasperreports.jsf.renderkit.ReportRenderer |
---|
encodeContent, encodeContentDisposition, encodeHeaders, encodeReportURL, registerReportView |
Methods inherited from class javax.faces.render.Renderer |
---|
convertClientId, decode, getConvertedValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String CONTENT_DISPOSITION
public static final String RENDERER_TYPE
Constructor Detail |
---|
public FrameRenderer()
Method Detail |
---|
public String getContentDisposition()
getContentDisposition
in class ReportRenderer
public void encodeBegin(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeBegin
in class javax.faces.render.Renderer
IOException
public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeChildren
in class javax.faces.render.Renderer
IOException
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
protected void renderAttributes(javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent report) throws IOException
writer
- the writerreport
- the report
IOException
- Signals that an I/O exception has occurred.public final boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
protected final void renderIdAttribute(javax.faces.context.FacesContext context, javax.faces.component.UIComponent report) throws IOException
context
- the contextreport
- the report
IOException
- Signals that an I/O exception has occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |