| uk.org.ponder.rsf.viewstate.ViewIDInferrer
ViewIDInferrer | public interface ViewIDInferrer (Code) | | Infer from the supplied raw URL state the RSF viewID for the current
request.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
Method Summary | |
public String | inferViewID(String pathinfo, Map requestmap) Infer the corresponding viewID from the supplied URL information.
Parameters: pathinfo - In a Servlet environment, the value returned by HttpServletRequest.getPathInfo() . |
inferViewID | public String inferViewID(String pathinfo, Map requestmap)(Code) | | Infer the corresponding viewID from the supplied URL information.
Parameters: pathinfo - In a Servlet environment, the value returned by HttpServletRequest.getPathInfo() . In other environments (e.g. portlets), this value may be to some extent fictitious, but may be relied upon to maintain the same semantics.Corresponds to the value of the request scope bean requestPathInfo . Parameters: requestmap - The attribute map for the request. Unlikely to contain information defining the viewID, but included for completeness.Corresponds to the value of the request scope bean requestMap The inferred view ID. |
|
|