public abstract class AbstractVUITag extends WebWorkBodyTagSupport implements ParamTag.Parametric
| Modifier and Type | Field and Description |
|---|---|
protected Map |
params |
protected String |
templateFooterAttr |
protected String |
templateHeaderAttr |
protected String |
theme |
protected String |
themeAttr |
stack| Constructor and Description |
|---|
AbstractVUITag() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String name,
Object value) |
protected String |
constructURL(String value) |
int |
doAfterBody() |
int |
doEndTag() |
int |
doStartTag() |
String |
getBrowserUserAgent() |
abstract String |
getFooterTemplate() |
abstract String |
getHeaderTemplate() |
Map |
getParameters() |
protected void |
getSetParameter(String a,
String n) |
protected String |
getTemplateDirectory()
get the template directory for a specific voice browser
|
String |
getTheme() |
protected abstract void |
initializeAttributes() |
boolean |
memberOf(Object obj1,
Object obj2) |
void |
setTemplateFooter(String aName) |
void |
setTemplateHeader(String aName) |
void |
setTheme(String aName) |
findString, findValue, getStack, release, setPageContext, setParent, toStringdoInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setValueprotected String themeAttr
protected String theme
protected String templateHeaderAttr
protected String templateFooterAttr
protected Map params
public abstract String getHeaderTemplate()
public abstract String getFooterTemplate()
public String getTheme()
public void setTheme(String aName)
public void setTemplateHeader(String aName)
public void setTemplateFooter(String aName)
public void addParameter(String name, Object value)
addParameter in interface ParamTag.Parametricpublic Map getParameters()
protected abstract void initializeAttributes()
public int doStartTag()
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportpublic int doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class WebWorkBodyTagSupportjavax.servlet.jsp.JspExceptionpublic String getBrowserUserAgent()
protected String getTemplateDirectory()
Copyright © 2013 Atlassian. All Rights Reserved.