public class UIMeta extends AbstractUIMeta
component.stg
with class
MetaTagDeclaration
.Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIMeta() |
Modifier and Type | Method and Description |
---|---|
String |
getCharset() |
String |
getContent() |
String |
getFamily() |
String |
getHttpEquiv() |
String |
getLang() |
String |
getName() |
void |
setCharset(String charset) |
void |
setContent(String content) |
void |
setHttpEquiv(String httpEquiv) |
void |
setLang(String lang) |
void |
setName(String name) |
processEvent
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getCharset()
getCharset
in class AbstractUIMeta
public void setCharset(String charset)
public String getHttpEquiv()
getHttpEquiv
in class AbstractUIMeta
public void setHttpEquiv(String httpEquiv)
public String getName()
getName
in class AbstractUIMeta
public void setName(String name)
public String getLang()
getLang
in class AbstractUIMeta
public void setLang(String lang)
public String getContent()
getContent
in class AbstractUIMeta
public void setContent(String content)
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.