com.fruitioninc.jwc
Interface RequestParameterNameMarshaller

All Known Implementing Classes:
DefaultRequestParameterNameMarshaller

public interface RequestParameterNameMarshaller

Marshalls and unmarshalls HTTP request parameter names. This is used to create names for HTML form elements which become the names of HTTP request parameters when the form is submitted. Upon reception of the request the names are used to route the values of the requests parameters to the proper components within the application.


Method Summary
 java.lang.String marshall(Component component, java.lang.String name)
           
 Property unmarshall(java.lang.String parameterName)
           
 

Method Detail

marshall

public java.lang.String marshall(Component component,
                                 java.lang.String name)

unmarshall

public Property unmarshall(java.lang.String parameterName)