org.apache.myfaces.application.pss
Class PssJspViewHandlerImpl
java.lang.Object
   javax.faces.application.ViewHandler
javax.faces.application.ViewHandler
       org.apache.myfaces.application.pss.PssJspViewHandlerImpl
org.apache.myfaces.application.pss.PssJspViewHandlerImpl
- public class PssJspViewHandlerImpl 
- extends javax.faces.application.ViewHandler
- Author:
- Martin Haimberger
 
| Fields inherited from class javax.faces.application.ViewHandler | 
| CHARACTER_ENCODING_KEY, DEFAULT_SUFFIX, DEFAULT_SUFFIX_PARAM_NAME | 
 
 
| Method Summary | 
|  java.util.Locale | calculateLocale(javax.faces.context.FacesContext context)
 | 
|  java.lang.String | calculateRenderKitId(javax.faces.context.FacesContext context)
 | 
|  javax.faces.component.UIViewRoot | createView(javax.faces.context.FacesContext context,
           java.lang.String viewId)
 | 
|  java.lang.String | getActionURL(javax.faces.context.FacesContext context,
             java.lang.String viewId)
 | 
|  java.lang.String | getResourceURL(javax.faces.context.FacesContext context,
               java.lang.String path)
 | 
|  void | renderView(javax.faces.context.FacesContext facesContext,
           javax.faces.component.UIViewRoot viewToRender)
 | 
|  javax.faces.component.UIViewRoot | restoreView(javax.faces.context.FacesContext context,
            java.lang.String viewId)
 | 
|  void | writeState(javax.faces.context.FacesContext context)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PssJspViewHandlerImpl
public PssJspViewHandlerImpl()
calculateLocale
public java.util.Locale calculateLocale(javax.faces.context.FacesContext context)
- 
- Specified by:
- calculateLocalein class- javax.faces.application.ViewHandler
 
- 
 
calculateRenderKitId
public java.lang.String calculateRenderKitId(javax.faces.context.FacesContext context)
- 
- Specified by:
- calculateRenderKitIdin class- javax.faces.application.ViewHandler
 
- 
 
createView
public javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext context,
                                                   java.lang.String viewId)
- 
- Specified by:
- createViewin class- javax.faces.application.ViewHandler
 
- 
 
getActionURL
public java.lang.String getActionURL(javax.faces.context.FacesContext context,
                                     java.lang.String viewId)
- 
- Specified by:
- getActionURLin class- javax.faces.application.ViewHandler
 
- 
 
getResourceURL
public java.lang.String getResourceURL(javax.faces.context.FacesContext context,
                                       java.lang.String path)
- 
- Specified by:
- getResourceURLin class- javax.faces.application.ViewHandler
 
- 
 
restoreView
public javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext context,
                                                    java.lang.String viewId)
- 
- Specified by:
- restoreViewin class- javax.faces.application.ViewHandler
 
- 
 
writeState
public void writeState(javax.faces.context.FacesContext context)
                throws java.io.IOException
- 
- Specified by:
- writeStatein class- javax.faces.application.ViewHandler
 
- 
- Throws:
- java.io.IOException
 
renderView
public void renderView(javax.faces.context.FacesContext facesContext,
                       javax.faces.component.UIViewRoot viewToRender)
                throws java.io.IOException,
                       javax.faces.FacesException
- 
- Specified by:
- renderViewin class- javax.faces.application.ViewHandler
 
- 
- Throws:
- java.io.IOException
- javax.faces.FacesException
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.