public class JsfTagUtil
extends java.lang.Object
Constructor and Description |
---|
JsfTagUtil() |
Modifier and Type | Method and Description |
---|---|
static UIComponent |
addFacet(FacesContext context,
ServletRequest req,
UIComponent parent,
java.lang.String facetName,
ValueExpression binding,
java.lang.Class childClass) |
static UIComponent |
addPersistent(FacesContext context,
ServletRequest req,
UIComponent parent,
ValueExpression binding,
java.lang.Class childClass) |
static UIComponent |
addTransient(FacesContext context,
ServletRequest req,
UIComponent parent,
java.lang.String prevId,
java.lang.Class childClass) |
static UIComponent |
addVerbatim(UIComponent parent,
BodyContent body) |
static UIComponent |
addVerbatim(UIComponent parent,
java.lang.String text) |
static UIComponent |
addVerbatim(UIComponent parent,
java.lang.String prevId,
BodyContent body) |
static UIComponent |
addVerbatim(UIComponent parent,
java.lang.String prevId,
java.lang.String text) |
static void |
afterRoot(FacesContext context,
HttpServletRequest req,
HttpServletResponse res) |
static UIComponent |
findFacet(FacesContext context,
ServletRequest req,
UIComponent parent,
java.lang.String facetName) |
static UIComponent |
findPersistent(FacesContext context,
ServletRequest req,
UIComponent parent,
java.lang.String id) |
static UIViewRoot |
findRoot(FacesContext context,
ServletRequest req,
java.lang.Object etag) |
public static UIViewRoot findRoot(FacesContext context, ServletRequest req, java.lang.Object etag) throws java.lang.Exception
java.lang.Exception
public static void afterRoot(FacesContext context, HttpServletRequest req, HttpServletResponse res)
public static UIComponent addTransient(FacesContext context, ServletRequest req, UIComponent parent, java.lang.String prevId, java.lang.Class childClass) throws java.lang.Exception
java.lang.Exception
public static UIComponent addVerbatim(UIComponent parent, java.lang.String prevId, java.lang.String text) throws java.lang.Exception
java.lang.Exception
public static UIComponent addVerbatim(UIComponent parent, java.lang.String text) throws java.lang.Exception
java.lang.Exception
public static UIComponent findPersistent(FacesContext context, ServletRequest req, UIComponent parent, java.lang.String id) throws java.lang.Exception
java.lang.Exception
public static UIComponent addPersistent(FacesContext context, ServletRequest req, UIComponent parent, ValueExpression binding, java.lang.Class childClass) throws java.lang.Exception
java.lang.Exception
public static UIComponent addVerbatim(UIComponent parent, java.lang.String prevId, BodyContent body) throws java.lang.Exception
java.lang.Exception
public static UIComponent addVerbatim(UIComponent parent, BodyContent body) throws java.lang.Exception
java.lang.Exception
public static UIComponent findFacet(FacesContext context, ServletRequest req, UIComponent parent, java.lang.String facetName) throws java.lang.Exception
java.lang.Exception
public static UIComponent addFacet(FacesContext context, ServletRequest req, UIComponent parent, java.lang.String facetName, ValueExpression binding, java.lang.Class childClass) throws java.lang.Exception
java.lang.Exception