org.apache.myfaces.application
Class DefaultViewHandlerSupport

java.lang.Object
  extended by org.apache.myfaces.application.DefaultViewHandlerSupport
All Implemented Interfaces:
ViewHandlerSupport

public class DefaultViewHandlerSupport
extends java.lang.Object
implements ViewHandlerSupport

Version:
$Revision: 534632 $ $Date: 2007-05-03 00:13:12 +0200 (Do, 03 Mai 2007) $
Author:
Mathias Broekelmann (latest modification by $Author: baranda $)

Constructor Summary
DefaultViewHandlerSupport()
           
 
Method Summary
protected  java.lang.String applyDefaultSuffix(javax.faces.context.FacesContext context, java.lang.String viewId)
           
 java.lang.String calculateActionURL(javax.faces.context.FacesContext context, java.lang.String viewId)
           
protected  org.apache.myfaces.shared_impl.webapp.webxml.ServletMapping calculateServletMapping(javax.faces.context.FacesContext context)
           
 java.lang.String calculateViewId(javax.faces.context.FacesContext context, java.lang.String viewId)
           
protected  java.lang.String getContextSuffix(javax.faces.context.FacesContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultViewHandlerSupport

public DefaultViewHandlerSupport()
Method Detail

calculateViewId

public java.lang.String calculateViewId(javax.faces.context.FacesContext context,
                                        java.lang.String viewId)
Specified by:
calculateViewId in interface ViewHandlerSupport

calculateActionURL

public java.lang.String calculateActionURL(javax.faces.context.FacesContext context,
                                           java.lang.String viewId)
Specified by:
calculateActionURL in interface ViewHandlerSupport

calculateServletMapping

protected org.apache.myfaces.shared_impl.webapp.webxml.ServletMapping calculateServletMapping(javax.faces.context.FacesContext context)

getContextSuffix

protected java.lang.String getContextSuffix(javax.faces.context.FacesContext context)

applyDefaultSuffix

protected java.lang.String applyDefaultSuffix(javax.faces.context.FacesContext context,
                                              java.lang.String viewId)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.