|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.faces.render.Renderer | +--org.apache.struts.faces.renderer.AbstractRenderer | +--org.apache.struts.faces.renderer.BaseRenderer
Renderer
implementation for the base
tag
from the Struts-Faces Integration Library.
Field Summary | |
private static org.apache.commons.logging.Log |
log
The Log instance for this class. |
Constructor Summary | |
BaseRenderer()
|
Method Summary | |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Render a combination of error messages from JavaServer Faces Validator s, and Struts messages from form bean
validate() methods and corresponding business logic
error checks. |
Methods inherited from class org.apache.struts.faces.renderer.AbstractRenderer |
addConverterMessage, decode, encodeBegin, encodeChildren, getApplication, getAsObject, getAsString, getClientId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static org.apache.commons.logging.Log log
The Log
instance for this class.
Constructor Detail |
public BaseRenderer()
Method Detail |
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
Render a combination of error messages from JavaServer Faces
Validator
s, and Struts messages from form bean
validate()
methods and corresponding business logic
error checks.
encodeEnd
in class AbstractRenderer
context
- FacesContext for the request we are processingcomponent
- UIComponent to be rendered
java.io.IOException
- if an input/output error occurs while rendering
java.lang.NullPointerException
- if context
or component
is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |