|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ContentTypeRenderer
Render custom text content.
| Method Summary | |
|---|---|
java.lang.String[] |
getContentTypes()
Content types rendered by this extension. |
boolean |
render(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer,
java.lang.String contentType,
java.lang.String value)
Renders a text value based on a content type. |
| Method Detail |
|---|
java.lang.String[] getContentTypes()
boolean render(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer,
java.lang.String contentType,
java.lang.String value)
throws java.io.IOException
context - The current FacesContext objectcomponent - The current component holding the value being renderedwriter - The writer to write tocontentType - The requested content typevalue - The text value to write
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||