public class ComponentTag extends WebWorkBodyTagSupport implements ParamTag.Parametric
| Modifier and Type | Field and Description |
|---|---|
protected String |
accesskey |
protected String |
labelAttr |
protected String |
labelPositionAttr |
protected static org.apache.commons.logging.Log |
log |
protected String |
mandatory |
protected String |
nameAttr |
protected Map<String,Object> |
params |
protected String |
tabindex |
protected String |
templateAttr |
protected String |
templateDir |
protected String |
templateSuffix |
protected String |
theme |
protected String |
themeAttr |
protected String |
title |
protected String |
valueAttr |
stack| Constructor and Description |
|---|
ComponentTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String name,
Object value) |
int |
doEndTag() |
Map |
getParameters() |
String |
getTemplate() |
String |
getTemplateDir() |
String |
getTemplateSuffix() |
String |
getTheme() |
boolean |
memberOf(Object obj1,
Object obj2) |
void |
setAccesskey(String accesskey) |
void |
setLabel(String aLabel) |
void |
setLabelposition(String aLabelPosition) |
void |
setMandatory(String mandatory) |
void |
setName(String aName) |
void |
setTabindex(String tabindex) |
void |
setTemplate(String aName) |
void |
setTheme(String aName) |
void |
setTitle(String title) |
void |
setValue(String aName) |
findString, findValue, getStack, release, setPageContext, setParent, toStringdoAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setValueprotected static org.apache.commons.logging.Log log
protected String themeAttr
protected String templateAttr
protected String templateSuffix
protected String nameAttr
protected String valueAttr
protected String labelAttr
protected String labelPositionAttr
protected String theme
protected String tabindex
protected String title
protected String mandatory
protected String accesskey
protected String templateDir
public String getTemplate()
public String getTheme()
public String getTemplateSuffix()
public String getTemplateDir()
public void setTheme(String aName)
public void setTemplate(String aName)
public void setLabel(String aLabel)
public void setName(String aName)
public void setValue(String aName)
public void setLabelposition(String aLabelPosition)
public void setTabindex(String tabindex)
public void setTitle(String title)
public void setAccesskey(String accesskey)
public void setMandatory(String mandatory)
public void addParameter(String name, Object value)
addParameter in interface ParamTag.Parametricpublic Map getParameters()
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class WebWorkBodyTagSupportjavax.servlet.jsp.JspExceptionCopyright © 2013 Atlassian. All Rights Reserved.