|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
de.laures.cewolf.taglib.tags.CewolfBodyTag
de.laures.cewolf.taglib.tags.ColorTag
Tag <color> which sets the color of its parent tag. This must implement the Colored interface
Colored,
Serialized Form| Field Summary |
| Fields inherited from class de.laures.cewolf.taglib.tags.CewolfBodyTag |
log |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
ColorTag()
|
|
| Method Summary | |
int |
doEndTag()
|
protected java.awt.Color |
getColor()
|
void |
processChart(java.lang.Object chart,
java.util.Map args)
Processes a generated chart. |
protected void |
reset()
|
void |
setColor(java.lang.String s)
|
| Methods inherited from class de.laures.cewolf.taglib.tags.CewolfBodyTag |
doAfterEndTag |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
| Constructor Detail |
public ColorTag()
| Method Detail |
public int doEndTag()
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class CewolfBodyTagTag.doEndTag()protected void reset()
reset in class CewolfBodyTagpublic void setColor(java.lang.String s)
protected java.awt.Color getColor()
public void processChart(java.lang.Object chart,
java.util.Map args)
ChartPostProcessor
processChart in interface ChartPostProcessorchart - the chart instnce. Concrete class depends on the rendering
implementation. Currently a org.jfree.chart.JFreeChart is passed.args - paramters passed to the postprocessor. These are defined in the JSPChartPostProcessorTag
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||