| org.apache.struts.faces.renderer.AbstractRenderer org.apache.struts.faces.renderer.CommandLinkRenderer
CommandLinkRenderer | public class CommandLinkRenderer extends AbstractRenderer (Code) | | Renderer implementation for the commandLink
tag from the Struts-Faces Integration Library.
version: $Rev: 473327 $ $Date: 2006-11-10 06:59:22 -0600 (Fri, 10 Nov 2006) $ |
Method Summary | |
public void | decode(FacesContext context, UIComponent component) | public void | renderAttributes(FacesContext context, UIComponent component, ResponseWriter writer) | public void | renderEnd(FacesContext context, UIComponent component, ResponseWriter writer) | public void | renderStart(FacesContext context, UIComponent component, ResponseWriter writer) |
decode | public void decode(FacesContext context, UIComponent component)(Code) | | Perform setup processing that will be required for decoding the
incoming request.
Parameters: context - FacesContext for the request we are processing Parameters: component - UIComponent to be processed exception: NullPointerException - if context or component is null |
renderAttributes | public void renderAttributes(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code) | | Render the attributes of a hyperlink to submit this form.
Parameters: context - FacesContext for the request we are processing Parameters: component - UIComponent to be rendered Parameters: writer - ResponseWriter we are rendering to exception: IOException - if an input/output error occurs while rendering exception: NullPointerException - if context or component is null |
renderEnd | public void renderEnd(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code) | | Render the end of a hyperlink to submit this form.
Parameters: context - FacesContext for the request we are processing Parameters: component - UIComponent to be rendered Parameters: writer - ResponseWriter we are rendering to exception: IOException - if an input/output error occurs while rendering exception: NullPointerException - if context or component is null |
renderStart | public void renderStart(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code) | | Render the beginning of a hyperlink to submit this form.
Parameters: context - FacesContext for the request we are processing Parameters: component - UIComponent to be rendered Parameters: writer - ResponseWriter we are rendering to exception: IOException - if an input/output error occurs while rendering exception: NullPointerException - if context or component is null |
Methods inherited from org.apache.struts.faces.renderer.AbstractRenderer | public void decode(FacesContext context, UIComponent component)(Code)(Java Doc) public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) protected void encodeRecursive(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) protected String getAsString(FacesContext context, UIComponent component, Object value) throws ConverterException(Code)(Java Doc) protected boolean isDisabled(UIComponent component)(Code)(Java Doc) protected boolean isReadOnly(UIComponent component)(Code)(Java Doc) protected void renderAttributes(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code)(Java Doc) protected void renderBoolean(FacesContext context, UIComponent component, ResponseWriter writer, String names) throws IOException(Code)(Java Doc) protected void renderEnd(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code)(Java Doc) protected void renderPassThrough(FacesContext context, UIComponent component, ResponseWriter writer, String names) throws IOException(Code)(Java Doc) protected void renderStart(FacesContext context, UIComponent component, ResponseWriter writer) throws IOException(Code)(Java Doc) protected void setSubmittedValue(FacesContext context, UIComponent component)(Code)(Java Doc)
|
|
|