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