| org.apache.cocoon.faces.samples.components.renderkit.BaseRenderer org.apache.cocoon.faces.samples.components.renderkit.MapRenderer
Method Summary | |
public void | decode(FacesContext context, UIComponent component) | public void | encodeBegin(FacesContext context, UIComponent component) | public void | encodeChildren(FacesContext context, UIComponent component) | public void | encodeEnd(FacesContext context, UIComponent component) |
decode | public void decode(FacesContext context, UIComponent component)(Code) | | Decode the incoming request parameters to determine which
hotspot (if any) has been selected.
Parameters: context - FacesContext for the current request Parameters: component - UIComponent to be decoded |
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | Encode the beginning of this component.
Parameters: context - FacesContext for the current request Parameters: component - UIComponent to be decoded |
encodeChildren | public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code) | | Encode the children of this component.
Parameters: context - FacesContext for the current request Parameters: component - UIComponent to be decoded |
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | Encode the ending of this component.
Parameters: context - FacesContext for the current request Parameters: component - UIComponent to be decoded |
Fields inherited from org.apache.cocoon.faces.samples.components.renderkit.BaseRenderer | final public static String BUNDLE_ATTR(Code)(Java Doc)
|
Methods inherited from org.apache.cocoon.faces.samples.components.renderkit.BaseRenderer | public String convertClientId(FacesContext context, String clientId)(Code)(Java Doc) protected void encodeRecursive(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc)
|
|
|