Serializablepublic class HeadTag
extends org.apache.struts2.views.jsp.ui.AbstractUITag
Head,
Serialized Form| Modifier and Type | Field | Description |
|---|---|---|
protected String |
ajaxcache |
|
protected String |
ajaxhistory |
|
protected String |
compressed |
|
protected String |
customBasepath |
|
protected String |
debug |
|
protected String |
defaultErrorText |
|
protected String |
defaultIndicator |
|
protected String |
defaultLoadingText |
|
protected String |
jquery |
|
protected String |
jquerytheme |
|
protected String |
jqueryui |
|
protected String |
loadAtOnce |
|
protected String |
loadFromGoogle |
|
protected String |
locale |
|
protected String |
scriptPath |
accesskey, cssClass, cssErrorClass, cssErrorStyle, cssStyle, disabled, dynamicAttributes, errorPosition, id, javascriptTooltip, key, label, labelposition, labelSeparator, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, requiredLabel, requiredPosition, tabindex, template, templateDir, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, value| Constructor | Description |
|---|---|
HeadTag() |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.struts2.components.Component |
getBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
|
protected void |
populateParams() |
|
void |
setAjaxcache(String ajaxcache) |
|
void |
setAjaxhistory(String ajaxhistory) |
|
void |
setCompressed(String compressed) |
|
void |
setCustomBasepath(String customBasepath) |
|
void |
setDebug(String debug) |
|
void |
setDefaultErrorText(String defaultErrorText) |
|
void |
setDefaultIndicator(String defaultIndicator) |
|
void |
setDefaultLoadingText(String defaultLoadingText) |
|
void |
setJquery(String jquery) |
|
void |
setJquerytheme(String jquerytheme) |
|
void |
setJqueryui(String jqueryui) |
|
void |
setLoadAtOnce(String loadAtOnce) |
|
void |
setLoadFromGoogle(String loadFromGoogle) |
|
void |
setLocale(String locale) |
|
void |
setScriptPath(String scriptPath) |
setAccesskey, setClass, setCssClass, setCssErrorClass, setCssErrorStyle, setCssStyle, setDisabled, setDynamicAttribute, setErrorPosition, setId, setJavascriptTooltip, setKey, setLabel, setLabelposition, setLabelSeparator, setName, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequiredLabel, setRequiredPosition, setStyle, setTabindex, setTemplate, setTemplateDir, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setValuedoAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentdoEndTag, doStartTag, getComponentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected String compressed
protected String locale
protected String jquery
protected String jquerytheme
protected String jqueryui
protected String customBasepath
protected String loadFromGoogle
protected String ajaxcache
protected String ajaxhistory
protected String defaultIndicator
protected String defaultLoadingText
protected String defaultErrorText
protected String loadAtOnce
protected String debug
protected String scriptPath
public org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
getBean in class org.apache.struts2.views.jsp.ComponentTagSupportprotected void populateParams()
populateParams in class org.apache.struts2.views.jsp.ui.AbstractUITagpublic void setCompressed(String compressed)
public void setLocale(String locale)
public void setJquerytheme(String jquerytheme)
public void setJquery(String jquery)
public void setJqueryui(String jqueryui)
public void setCustomBasepath(String customBasepath)
public void setLoadFromGoogle(String loadFromGoogle)
public void setAjaxcache(String ajaxcache)
public void setAjaxhistory(String ajaxhistory)
public void setDefaultIndicator(String defaultIndicator)
public void setDefaultLoadingText(String defaultLoadingText)
public void setDefaultErrorText(String defaultErrorText)
public void setLoadAtOnce(String loadAtOnce)
public void setDebug(String debug)
public void setScriptPath(String scriptPath)
Copyright © 2018. All rights reserved.