Uses of Class
javax.faces.webapp.UIComponentTag

Packages that use UIComponentTag
javax.faces.webapp Classes required for integration of JavaServer Faces into web applications, including a standard servlet, base classes for JSP custom component tags, and concrete tag implementations for core tags
 

Uses of UIComponentTag in javax.faces.webapp
 

Subclasses of UIComponentTag in javax.faces.webapp
 class UIComponentBodyTag
          Deprecated. All component tags now implement BodyTag. This class has been replaced by UIComponentELTag.
 

Methods in javax.faces.webapp that return UIComponentTag
static UIComponentTag UIComponentTag.getParentUIComponentTag(javax.servlet.jsp.PageContext context)
          Deprecated. Locate and return the nearest enclosing UIComponentTag if any; otherwise, return null.
 



Copyright © 2011 Oracle America, Inc. All Rights Reserved.