| Package | Description |
|---|---|
| com.ocpsoft.pretty | |
| com.ocpsoft.pretty.faces.config.dynaview |
| Modifier and Type | Method and Description |
|---|---|
static PrettyContext |
PrettyContext.getCurrentInstance()
Get the current PrettyFaces context object, or construct a new one if it
does not yet exist for this request.
|
static PrettyContext |
PrettyContext.getCurrentInstance(FacesContext context)
Get the current PrettyFaces context object, or construct a new one if it
does not yet exist for this request.
|
static PrettyContext |
PrettyContext.getCurrentInstance(HttpServletRequest request)
Get the current
PrettyContext, or construct a new one if it does
not yet exist for this request. |
static PrettyContext |
PrettyContext.newDetachedInstance(HttpServletRequest request)
Package private -- only
PrettyFilter should be calling this method
-- it does not overwrite existing contexts in Request object |
| Modifier and Type | Method and Description |
|---|---|
static void |
PrettyContext.setCurrentContext(HttpServletRequest request,
PrettyContext prettyContext)
Package private -- only PrettyFilter or this class should be calling this
method -- it overwrites existing contexts in Request object
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynaviewEngine.processDynaView(PrettyContext prettyContext,
FacesContext facesContext)
Handle DynaView processing.
|
Copyright © 2014 OCPsoft. All Rights Reserved.