|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewHandlerSupport
A utility class to isolate a ViewHandler implementation from the underlying request/response framework.
For example, an implementation of this interface might support javax.servlet, javax.portlet, or some other mechanism.
Method Summary | |
---|---|
java.lang.String |
calculateActionURL(javax.faces.context.FacesContext facesContext,
java.lang.String viewId)
Return a string containing a webapp-relative URL that the user can invoke to render the specified view. |
java.lang.String |
calculateViewId(javax.faces.context.FacesContext context,
java.lang.String viewId)
|
Method Detail |
---|
java.lang.String calculateViewId(javax.faces.context.FacesContext context, java.lang.String viewId)
java.lang.String calculateActionURL(javax.faces.context.FacesContext facesContext, java.lang.String viewId)
URLs and ViewIds are not quite the same; for example a url of "/foo.jsf" or "/faces/foo.jsp" may be needed to access the view "/foo.jsp".
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |