public class ConversationAwareViewHandler
extends javax.faces.application.ViewHandlerWrapper
Constructor and Description |
---|
ConversationAwareViewHandler(javax.faces.application.ViewHandler delegate) |
Modifier and Type | Method and Description |
---|---|
String |
getActionURL(javax.faces.context.FacesContext context,
String viewId) |
String |
getRedirectURL(javax.faces.context.FacesContext context,
String viewId,
Map<String,List<String>> parameters,
boolean includeViewParams) |
javax.faces.application.ViewHandler |
getWrapped() |
public ConversationAwareViewHandler(javax.faces.application.ViewHandler delegate)
public String getActionURL(javax.faces.context.FacesContext context, String viewId)
getActionURL
in class javax.faces.application.ViewHandlerWrapper
public String getRedirectURL(javax.faces.context.FacesContext context, String viewId, Map<String,List<String>> parameters, boolean includeViewParams)
getRedirectURL
in class javax.faces.application.ViewHandlerWrapper
public javax.faces.application.ViewHandler getWrapped()
getWrapped
in interface javax.faces.FacesWrapper<javax.faces.application.ViewHandler>
getWrapped
in class javax.faces.application.ViewHandlerWrapper
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.