|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.shared_tomahawk.application.DefaultViewHandlerSupport
public class DefaultViewHandlerSupport
A ViewHandlerSupport implementation for use with standard Java Servlet engines, ie an engine that supports javax.servlet, and uses a standard web.xml file.
Constructor Summary | |
---|---|
DefaultViewHandlerSupport()
|
|
DefaultViewHandlerSupport(javax.faces.context.FacesContext facesContext)
|
Method Summary | |
---|---|
String |
calculateActionURL(javax.faces.context.FacesContext context,
String viewId)
Return a string containing a webapp-relative URL that the user can invoke to render the specified view. |
String |
calculateAndCheckViewId(javax.faces.context.FacesContext context,
String viewId)
|
protected static FacesServletMapping |
calculateFacesServletMapping(String servletPath,
String pathInfo)
Determines the mapping of the FacesServlet in the web.xml configuration file. |
String |
calculateViewId(javax.faces.context.FacesContext context,
String viewId)
|
protected boolean |
checkResourceExists(javax.faces.context.FacesContext context,
String viewId)
|
protected String[] |
getContextSuffix(javax.faces.context.FacesContext context)
|
protected String |
getFaceletsContextSuffix(javax.faces.context.FacesContext context)
|
protected String[] |
getFaceletsViewMappings(javax.faces.context.FacesContext context)
|
protected FacesServletMapping |
getFacesServletMapping(javax.faces.context.FacesContext context)
Read the web.xml file that is in the classpath and parse its internals to figure out how the FacesServlet is mapped for the current webapp. |
protected String |
handlePrefixMapping(String viewId,
String prefix)
Return the normalized viewId according to the algorithm specified in 7.5.2 by stripping off any number of occurrences of the prefix mapping from the viewId. |
protected String |
handleSuffixMapping(javax.faces.context.FacesContext context,
String requestViewId)
Return the viewId with any non-standard suffix stripped off and replaced with the default suffix configured for the specified context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultViewHandlerSupport()
public DefaultViewHandlerSupport(javax.faces.context.FacesContext facesContext)
Method Detail |
---|
public String calculateViewId(javax.faces.context.FacesContext context, String viewId)
calculateViewId
in interface ViewHandlerSupport
public String calculateAndCheckViewId(javax.faces.context.FacesContext context, String viewId)
calculateAndCheckViewId
in interface ViewHandlerSupport
public String calculateActionURL(javax.faces.context.FacesContext context, String viewId)
ViewHandlerSupport
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".
calculateActionURL
in interface ViewHandlerSupport
protected FacesServletMapping getFacesServletMapping(javax.faces.context.FacesContext context)
protected static FacesServletMapping calculateFacesServletMapping(String servletPath, String pathInfo)
servletPath
- The servletPath of the current requestpathInfo
- The pathInfo of the current request
protected String[] getContextSuffix(javax.faces.context.FacesContext context)
protected String getFaceletsContextSuffix(javax.faces.context.FacesContext context)
protected String[] getFaceletsViewMappings(javax.faces.context.FacesContext context)
protected String handlePrefixMapping(String viewId, String prefix)
protected String handleSuffixMapping(javax.faces.context.FacesContext context, String requestViewId)
protected boolean checkResourceExists(javax.faces.context.FacesContext context, String viewId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |