|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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.OutputLinkRenderer
public final class OutputLinkRenderer
Renderer for report links.
Draws a HTML a element in the containing view. Report contents will be shown once user clicks on the rendered link.
| Field Summary | |
|---|---|
static String |
CONTENT_DISPOSITION
Renderer content disposition. |
static String |
RENDERER_TYPE
The renderer type. |
| Constructor Summary | |
|---|---|
OutputLinkRenderer()
|
|
| Method Summary | |
|---|---|
void |
encodeBegin(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 renderer's content disposition. |
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, encodeChildren, 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 OutputLinkRenderer()
| 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.RendererIOException
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeEnd in class javax.faces.render.RendererIOException
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 | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||