|
||||||||||
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
com.sun.webui.jsf.component.Meta
public class Meta
The Meta component is used to create an HTML element in the rendered HTML page.
Constructor Summary | |
---|---|
Meta()
Construct a new Meta . |
Method Summary | |
---|---|
java.lang.String |
getContent()
The content attribute is used to specify the data to associate with a name attribute or httpEquiv attribute in the webuijsf:meta tag. |
java.lang.String |
getFamily()
Return the family for this component. |
java.lang.String |
getHttpEquiv()
The httpEquiv attribute is used to specify a value for the http-equiv attribute of an HTML Meta element. |
java.lang.String |
getName()
The identifier that is assigned to a property in the meta element. |
java.lang.String |
getScheme()
Defines a format to be used to interpret the value of the content attribute. |
void |
restoreState(javax.faces.context.FacesContext _context,
java.lang.Object _state)
Restore the state of this component. |
java.lang.Object |
saveState(javax.faces.context.FacesContext _context)
Save the state of this component. |
void |
setContent(java.lang.String content)
The content attribute is used to specify the data to associate with a name attribute or httpEquiv attribute in the webuijsf:meta tag. |
void |
setHttpEquiv(java.lang.String httpEquiv)
The httpEquiv attribute is used to specify a value for the http-equiv attribute of an HTML Meta element. |
void |
setId(java.lang.String id)
The component identifier for this component. |
void |
setName(java.lang.String name)
The identifier that is assigned to a property in the meta element. |
void |
setRendered(boolean rendered)
Use the rendered attribute to indicate whether the HTML code for the component should be included in the rendered HTML page. |
void |
setScheme(java.lang.String scheme)
Defines a format to be used to interpret the value of the content attribute. |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, getValueExpression, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setParent, setRendererType, setTransient, setValueBinding, setValueExpression |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Meta()
Construct a new Meta
.
Method Detail |
---|
public java.lang.String getFamily()
Return the family for this component.
getFamily
in class javax.faces.component.UIComponent
public void setId(java.lang.String id)
setId
in class javax.faces.component.UIComponentBase
public void setRendered(boolean rendered)
setRendered
in class javax.faces.component.UIComponentBase
public java.lang.String getContent()
The content attribute is used to specify the data to associate with a name attribute or httpEquiv attribute in the webuijsf:meta tag.
public void setContent(java.lang.String content)
The content attribute is used to specify the data to associate with a name attribute or httpEquiv attribute in the webuijsf:meta tag.
getContent()
public java.lang.String getHttpEquiv()
The httpEquiv attribute is used to specify a value for the http-equiv attribute of an HTML Meta element. The http-equiv attribute specifies HTTP properties that the web server can use in the HTTP response header.
public void setHttpEquiv(java.lang.String httpEquiv)
The httpEquiv attribute is used to specify a value for the http-equiv attribute of an HTML Meta element. The http-equiv attribute specifies HTTP properties that the web server can use in the HTTP response header.
getHttpEquiv()
public java.lang.String getName()
The identifier that is assigned to a property in the meta element. The content attribute provides the actual content of the property that is identified by the name attribute.
public void setName(java.lang.String name)
The identifier that is assigned to a property in the meta element. The content attribute provides the actual content of the property that is identified by the name attribute.
getName()
public java.lang.String getScheme()
Defines a format to be used to interpret the value of the content attribute.
public void setScheme(java.lang.String scheme)
Defines a format to be used to interpret the value of the content attribute.
getScheme()
public void restoreState(javax.faces.context.FacesContext _context, java.lang.Object _state)
Restore the state of this component.
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
public java.lang.Object saveState(javax.faces.context.FacesContext _context)
Save the state of this component.
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |