|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Exporter
The Exporter interface.
Method Summary | |
---|---|
void |
export(javax.faces.context.FacesContext context,
UIReport component,
OutputStream stream)
Export. |
Collection<ContentType> |
getContentTypes()
Content type of the output generated by this exporter. |
Method Detail |
---|
Collection<ContentType> getContentTypes()
void export(javax.faces.context.FacesContext context, UIReport component, OutputStream stream) throws IOException, ExporterException
context
- the contextcomponent
- the report componentstream
- the stream
IOException
- Signals that an I/O exception has occurred.
ExporterException
- the exporter exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |