org.richfaces.renderkit
Interface AttributeParametersEncoder
- All Known Implementing Classes:
- DnDParametersEncoder
public interface AttributeParametersEncoder
- Author:
- Nick Belaevski - nbelaevski@exadel.com
created 30.01.2007
Method Summary |
void |
doEncode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
java.lang.String |
doEncodeAsString(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
doEncode
void doEncode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
doEncodeAsString
java.lang.String doEncodeAsString(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2007. All Rights Reserved.