org.jboss.gravel.common.ui
Interface Input

All Known Subinterfaces:
SizeLimitedInput
All Known Implementing Classes:
UIInputFile

public interface Input


Method Summary
 String getClientId(javax.faces.context.FacesContext facesContext)
           
 String getTargetCharset()
           
 String getTargetType()
           
 void updateTarget(Object targetValue)
           
 

Method Detail

getClientId

String getClientId(javax.faces.context.FacesContext facesContext)

getTargetType

String getTargetType()

getTargetCharset

String getTargetCharset()

updateTarget

void updateTarget(Object targetValue)
                  throws javax.el.ELException,
                         javax.faces.FacesException
Throws:
javax.el.ELException
javax.faces.FacesException