|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.aida.web.taglib.StatCompareTagSupport
public class StatCompareTagSupport
The implementation class for all TreeTag classes.
Constructor Summary | |
---|---|
StatCompareTagSupport()
|
Method Summary | |
---|---|
void |
doEndTag(javax.servlet.jsp.PageContext pageContext)
|
void |
doStartTag()
|
String |
getAlgorithm()
|
void |
setAlgorithm(String algorithm)
Set the comparison algorithm |
void |
setOptions(String options)
Set the comparison options |
void |
setResultVar(String resultVar)
If set, the IComparisonResult will be added to the pageContext under that name |
void |
setVar1(Object obj)
Set the first object to compare. |
void |
setVar2(Object obj)
Set the second object to compare. |
void |
setVerbose(boolean verbose)
Control tag output |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatCompareTagSupport()
Method Detail |
---|
public void doStartTag() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
public void doEndTag(javax.servlet.jsp.PageContext pageContext) throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
public void setVar1(Object obj)
StatCompareTag
IManagedObject
or the name of a variable in a JSP
scope holding an IManagedObject
.
setVar1
in interface StatCompareTag
obj
- the first object to in comparison (data)public void setVar2(Object obj)
StatCompareTag
IManagedObject
or the name of a variable in a JSP
scope holding an IManagedObject
.
setVar2
in interface StatCompareTag
obj
- the second object to in comparison (reference)public void setVerbose(boolean verbose)
StatCompareTag
setVerbose
in interface StatCompareTag
verbose
- Set to false
to print nothing on the pagepublic void setResultVar(String resultVar)
StatCompareTag
setResultVar
in interface StatCompareTag
resultVar
- The result variable namepublic void setAlgorithm(String algorithm)
StatCompareTag
setAlgorithm
in interface StatCompareTag
algorithm
- The comparison algorithmpublic String getAlgorithm()
public void setOptions(String options)
StatCompareTag
setOptions
in interface StatCompareTag
options
- The comparison options
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |