| org.sakaiproject.jsf.app.SakaiViewHandler
SakaiViewHandler | public class SakaiViewHandler extends ViewHandler (Code) | |
SakaiViewHandler extends the basic ViewHandler functionality for getActionURL(). getActionURL() is extended ...
author: University of Michigan, Sakai Software Development Team version: $Revision: 9278 $ |
Field Summary | |
final public static String | URL_EXT Request attribute we set to help the return URL know what extension we (or jsf) add (does not need to be in the URL. | final public static String | URL_PATH Request attribute we set to help the return URL know what path we add (does not need to be in the URL. |
URL_EXT | final public static String URL_EXT(Code) | | Request attribute we set to help the return URL know what extension we (or jsf) add (does not need to be in the URL.
|
URL_PATH | final public static String URL_PATH(Code) | | Request attribute we set to help the return URL know what path we add (does not need to be in the URL.
|
SakaiViewHandler | public SakaiViewHandler(ViewHandler wrapped)(Code) | | |
calculateLocale | public Locale calculateLocale(FacesContext arg0)(Code) | | Methods delegated to default ViewHandler
|
calculateRenderKitId | public String calculateRenderKitId(FacesContext arg0)(Code) | | |
createView | public UIViewRoot createView(FacesContext arg0, String arg1)(Code) | | |
renderView | public void renderView(FacesContext arg0, UIViewRoot arg1) throws IOException, FacesException(Code) | | |
restoreView | public UIViewRoot restoreView(FacesContext arg0, String arg1)(Code) | | |
|
|