| java.lang.Object uk.org.ponder.rsf.viewstate.support.ViewParamsMapper
ViewParamsMapper | public class ViewParamsMapper implements CoreViewParamsCodec(Code) | | Framework class performing the function of parsing and rendering
ViewParameters objects to and from their raw representations.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
parseViewParameters | public void parseViewParameters(ViewParameters target, Map params, String pathinfo, Map unusedParams)(Code) | | Parse the supplied raw URL information into a ViewParameters object, whose
type has already been deduced.
Parameters: target - The ViewParameters object onto which URL information is to beparsed. Parameters: params - The raw URL parameter map, a map of String onto String[]. Parameters: pathinfo - The "pathinfo" segment of the URL, which starts with aleading slash (/). |
renderViewParamAttributes | public Map renderViewParamAttributes(ViewParameters toconvert)(Code) | | Converts the attributes portion of the ViewParameters object to a map of
String to String[].
|
|
|