| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.apache.myfaces.custom.htmlTag.AbstractHtmlTag
@JSFComponent(name="t:htmlTag",
              clazz="org.apache.myfaces.custom.htmlTag.HtmlTag",
              tagClass="org.apache.myfaces.custom.htmlTag.HtmlTagTag")
@JSFJspProperty(name="converter",
                returnType="javax.faces.convert.Converter",
                tagExcluded=true)
public abstract class AbstractHtmlTag
Creates an arbitrary HTML tag which encloses any child components. 
 The value attribute specifies the name of the generated tag.
 
 If value is an empty string then no tag will be generated, but 
 the child components will be rendered. This differs from setting 
 rendered=false, which prevents child components from being 
 rendered at all.
 
 You can specify some attribute to be added to the component 
 using f:param like this:
 
 
| Field Summary | |
|---|---|
| static String | COMPONENT_FAMILY | 
| static String | COMPONENT_TYPE | 
| Fields inherited from class javax.faces.component.UIComponent | 
|---|
| bindings | 
| Fields inherited from interface org.apache.myfaces.component.UserRoleAware | 
|---|
| ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR | 
| Constructor Summary | |
|---|---|
| AbstractHtmlTag() | |
| Method Summary | |
|---|---|
|  String | getClientId(javax.faces.context.FacesContext context) | 
|  boolean | isRendered() | 
| Methods inherited from class javax.faces.component.UIOutput | 
|---|
| getConverter, getFamily, getLocalValue, getValue, restoreState, saveState, setConverter, setValue | 
| Methods inherited from class javax.faces.component.UIComponentBase | 
|---|
| addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding | 
| Methods inherited from class javax.faces.component.UIComponent | 
|---|
| encodeAll, getContainerClientId, getValueExpression, setValueExpression | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.apache.myfaces.component.UserRoleAware | 
|---|
| getEnabledOnUserRole, getVisibleOnUserRole, setEnabledOnUserRole, setVisibleOnUserRole | 
| Methods inherited from interface org.apache.myfaces.component.StyleAware | 
|---|
| getStyle, getStyleClass | 
| Methods inherited from interface org.apache.myfaces.component.ForceIdAware | 
|---|
| isForceId, isForceIdIndex, setForceId, setForceIdIndex | 
| Field Detail | 
|---|
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
| Constructor Detail | 
|---|
public AbstractHtmlTag()
| Method Detail | 
|---|
public String getClientId(javax.faces.context.FacesContext context)
getClientId in class javax.faces.component.UIComponentBasepublic boolean isRendered()
isRendered in class javax.faces.component.UIComponentBase| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||