public class AngularViewContextWrapper
extends javax.faces.context.PartialViewContextWrapper
| Constructor and Description |
|---|
AngularViewContextWrapper(javax.faces.context.PartialViewContext wrapped) |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeAngularScript(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context) |
static String |
getClientWindowId(javax.faces.context.FacesContext context)
Copied from com.sun.faces.util.Util, Mojarra 2.2.7
|
static String |
getViewStateId(javax.faces.context.FacesContext context)
Copied from com.sun.faces.util.Util, Mojarra 2.2.7
|
javax.faces.context.PartialViewContext |
getWrapped() |
void |
processPartial(javax.faces.event.PhaseId phaseId) |
public AngularViewContextWrapper(javax.faces.context.PartialViewContext wrapped)
public static String getViewStateId(javax.faces.context.FacesContext context)
public static String getClientWindowId(javax.faces.context.FacesContext context)
public javax.faces.context.PartialViewContext getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.PartialViewContext>getWrapped in class javax.faces.context.PartialViewContextWrapperpublic void processPartial(javax.faces.event.PhaseId phaseId)
processPartial in class javax.faces.context.PartialViewContextWrapperpublic void encodeAngularScript(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context)
throws IOException
IOExceptionCopyright © 2015. All rights reserved.