public class PartialViewContextImpl
extends javax.faces.context.PartialViewContextWrapper
PartialViewContext. Its purpose is to wrap the PartialResponseWriter with a PartialResponseWriterAlloyImpl which writes Scripts from FacesRequestContext to the <eval> section of the partial response.| Constructor and Description |
|---|
PartialViewContextImpl(javax.faces.context.PartialViewContext partialViewContext) |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.context.PartialResponseWriter |
getPartialResponseWriter() |
javax.faces.context.PartialViewContext |
getWrapped() |
void |
setPartialRequest(boolean isPartialRequest)
This method is missing from the
PartialViewContextWrapper class so it must be implemented here. |
public PartialViewContextImpl(javax.faces.context.PartialViewContext partialViewContext)
public javax.faces.context.PartialResponseWriter getPartialResponseWriter()
getPartialResponseWriter in class javax.faces.context.PartialViewContextWrapperpublic javax.faces.context.PartialViewContext getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.PartialViewContext>getWrapped in class javax.faces.context.PartialViewContextWrapperpublic void setPartialRequest(boolean isPartialRequest)
PartialViewContextWrapper class so it must be implemented here.setPartialRequest in class javax.faces.context.PartialViewContextWrapperCopyright © 2016 Liferay, Inc.. All rights reserved.