| java.lang.Object uk.org.ponder.rsf.viewstate.RawURLState
RawURLState | public class RawURLState (Code) | | The raw transport format for URL information to and from a
ViewParamsCodec author: Antranig Basman (antranig@caret.cam.ac.uk) |
Field Summary | |
public String | anchor | public Map | params The (equivalent) request parameter map, a map of String to String[]. | public String | pathinfo The "pathinfo" segment of the URL, which starts with a leading slash (/). |
anchor | public String anchor(Code) | | An optional anchor, to be emitted following the URL with #, if supported
|
params | public Map params(Code) | | The (equivalent) request parameter map, a map of String to String[].
This must be set.
|
pathinfo | public String pathinfo(Code) | | The "pathinfo" segment of the URL, which starts with a leading slash (/).
This may be null for parsing, but must be set for rendering.
|
RawURLState | public RawURLState()(Code) | | |
|
|