|
||||||||||
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.Head
public class Head
The Head component is used to provide information to be used in the head element.
Field Summary | |
---|---|
static java.lang.String |
TITLE_FACET
Title facet identifier |
Constructor Summary | |
---|---|
Head()
Construct a new Head . |
Method Summary | |
---|---|
java.lang.String |
getFamily()
Return the family for this component. |
java.lang.String |
getProfile()
A space separated list of URL's that contains meta data information about the page |
java.lang.String |
getTitle()
Title of the document to be displayed in the browser title bar. |
boolean |
isDebug()
Test flag indicating that debugging is enabled. |
boolean |
isDefaultBase()
Flag (true or false) indicating that a default html base tag should be shown or not. |
boolean |
isDijitAll()
Deprecated. Dojo is no longer included in the page. |
boolean |
isJavaScript()
Test flag indicating that component JavaScript should be output in page. |
boolean |
isJsfx()
Test flag indicating to include JSF Extensions. |
boolean |
isMeta()
Deprecated. Using meta tags and pragma headers are not very effective for broswer caching. In fact, they are only honored by a few browser caches. For more information, see http://www.mnot.net/cache_docs/#META. |
boolean |
isParseOnLoad()
Test flag indicating to parse HTML markup. |
boolean |
isStyleSheet()
If set to true, a link element with a reference to the theme stylesheet resource is rendered. |
boolean |
isWebuiAll()
Test flag indicating to include all webui functionality. |
boolean |
isWebuiJsfx()
Test flag indicating to include default Ajax functionality. |
boolean |
isWebuiOnLoad()
Test flag indicating to include default Ajax functionality. |
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 |
setDebug(boolean debug)
Set flag indicating that debugging is enabled. |
void |
setDefaultBase(boolean defaultBase)
Flag (true or false) indicating that a default html base tag should be shown or not. |
void |
setDijitAll(boolean dijitAll)
Deprecated. Dojo is no longer included in the page. |
void |
setId(java.lang.String id)
The component identifier for this component. |
void |
setJavaScript(boolean javaScript)
Set flag indicating that component JavaScript should be output in page. |
void |
setJsfx(boolean jsfx)
Set flag indicating to include JSF Extensions. |
void |
setMeta(boolean meta)
Deprecated. Using meta tags and pragma headers are not very effective for broswer caching. In fact, they are only honored by a few browser caches. For more information, see http://www.mnot.net/cache_docs/#META. |
void |
setParseOnLoad(boolean parseOnLoad)
Set flag indicating to parse HTML markup. |
void |
setProfile(java.lang.String profile)
A space separated list of URL's that contains meta data information about the page |
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 |
setStyleSheet(boolean styleSheet)
If set to true, a link element with a reference to the theme stylesheet resource is rendered. |
void |
setTitle(java.lang.String title)
Title of the document to be displayed in the browser title bar. |
void |
setWebuiAll(boolean webuiAll)
Flag indicating to include all webui functionality. |
void |
setWebuiJsfx(boolean webuiJsfx)
Set flag indicating to include default Ajax functionality. |
void |
setWebuiOnLoad(boolean webuiOnLoad)
Set flag indicating to include default Ajax functionality. |
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 |
Field Detail |
---|
public static final java.lang.String TITLE_FACET
Constructor Detail |
---|
public Head()
Construct a new Head
.
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 boolean isDebug()
public void setDebug(boolean debug)
public boolean isDefaultBase()
Flag (true or false) indicating that a default html base tag should be shown or not. Changing this attribute could cause webuijsf:anchor to not work properly. The default value is false.
public void setDefaultBase(boolean defaultBase)
Flag (true or false) indicating that a default html base tag should be shown or not. Changing this attribute could cause webuijsf:anchor to not work properly. The default value is false.
isDefaultBase()
public boolean isDijitAll()
public void setDijitAll(boolean dijitAll)
public boolean isJavaScript()
public void setJavaScript(boolean javaScript)
public boolean isJsfx()
public void setJsfx(boolean jsfx)
public boolean isMeta()
public void setMeta(boolean meta)
public boolean isParseOnLoad()
public void setParseOnLoad(boolean parseOnLoad)
public java.lang.String getProfile()
A space separated list of URL's that contains meta data information about the page
public void setProfile(java.lang.String profile)
A space separated list of URL's that contains meta data information about the page
getProfile()
public boolean isStyleSheet()
If set to true, a link element with a reference to the theme stylesheet resource is rendered.
public void setStyleSheet(boolean styleSheet)
If set to true, a link element with a reference to the theme stylesheet resource is rendered.
isStyleSheet()
public java.lang.String getTitle()
Title of the document to be displayed in the browser title bar.
public void setTitle(java.lang.String title)
Title of the document to be displayed in the browser title bar.
getTitle()
public boolean isWebuiAll()
public void setWebuiAll(boolean webuiAll)
public boolean isWebuiJsfx()
public void setWebuiJsfx(boolean webuiJsfx)
public boolean isWebuiOnLoad()
public void setWebuiOnLoad(boolean webuiOnLoad)
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 |