public class HeadTag
extends org.apache.struts2.views.jsp.ui.AbstractUITag
Head,
Serialized Form| Modifier and Type | Field and 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 |
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 and Description |
|---|
HeadTag() |
| Modifier and Type | Method and 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 |
setJquerytheme(String jquerytheme) |
void |
setJqueryui(String jqueryui) |
void |
setLoadAtOnce(String loadAtOnce) |
void |
setLoadFromGoogle(String loadFromGoogle) |
void |
setLocale(String locale) |
void |
setScriptPath(String scriptPath) |
setAccesskey, 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, setTabindex, setTemplate, setTemplateDir, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setValuedoEndTag, doStartTag, getComponentfindString, findValue, findValue, getBody, getStack, toStringdoAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValueprotected String compressed
protected String locale
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 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 © 2013. All Rights Reserved.