|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.render.Renderer
com.sun.rave.web.ui.renderer.FieldRenderer
com.sun.rave.web.ui.renderer.UploadRenderer
public class UploadRenderer
Renderer for a Upload
component.
Field Summary |
---|
Fields inherited from class com.sun.rave.web.ui.renderer.FieldRenderer |
---|
SPACER_ID, STRING_ATTRIBUTES |
Constructor Summary | |
---|---|
UploadRenderer()
|
Method Summary | |
---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Override the default implementation to conditionally trim the leading and trailing spaces from the submitted value. |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
Methods inherited from class com.sun.rave.web.ui.renderer.FieldRenderer |
---|
encodeBegin, encodeChildren, getRendersChildren, getStyleClass, renderField, renderInput |
Methods inherited from class javax.faces.render.Renderer |
---|
convertClientId, getConvertedValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UploadRenderer()
Method Detail |
---|
public void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
Override the default implementation to conditionally trim the leading and trailing spaces from the submitted value.
decode
in class FieldRenderer
context
- FacesContext
for the current requestcomponent
- Upload
component being processedpublic void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
encodeEnd
in class FieldRenderer
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |