| org.sakaiproject.jsf.renderer.InstructionMessageRenderer
InstructionMessageRenderer | public class InstructionMessageRenderer extends Renderer (Code) | | |
Method Summary | |
public void | encodeBegin(FacesContext context, UIComponent component) | public void | encodeEnd(FacesContext context, UIComponent component) | public boolean | supportsComponentType(UIComponent component) |
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | |
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | Parameters: context - FacesContext for the request we are processing Parameters: component - UIComponent to be rendered exception: IOException - if an input/output error occurs while rendering exception: NullPointerException - if context or component is null |
supportsComponentType | public boolean supportsComponentType(UIComponent component)(Code) | | |
|
|