public class FacesViewsViewHandler
extends javax.faces.application.ViewHandlerWrapper
For a guide on FacesViews, please see the package summary.
Constructor and Description |
---|
FacesViewsViewHandler(javax.faces.application.ViewHandler viewHandler) |
Modifier and Type | Method and Description |
---|---|
String |
getActionURL(javax.faces.context.FacesContext context,
String viewId) |
static String |
getQueryParameters(String resource)
Extracts the query string from a resource.
|
javax.faces.application.ViewHandler |
getWrapped() |
String |
removeExtension(javax.faces.context.FacesContext context,
String resource,
String viewId) |
public FacesViewsViewHandler(javax.faces.application.ViewHandler viewHandler)
public String getActionURL(javax.faces.context.FacesContext context, String viewId)
getActionURL
in class javax.faces.application.ViewHandlerWrapper
public String removeExtension(javax.faces.context.FacesContext context, String resource, String viewId)
public static String getQueryParameters(String resource)
resource
- A URL stringpublic javax.faces.application.ViewHandler getWrapped()
getWrapped
in interface javax.faces.FacesWrapper<javax.faces.application.ViewHandler>
getWrapped
in class javax.faces.application.ViewHandlerWrapper
Copyright © 2012–2014 OmniFaces. All rights reserved.