|
||||||||||
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
public class ColorTag
Tag <color> which sets the color of its parent tag. This must implement the Colored interface
Colored
,
Serialized FormField 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 Color |
getColor()
|
void |
processChart(Object chart,
Map args)
Processes a generated chart. |
protected void |
reset()
|
void |
setColor(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.Tag
doEndTag
in class CewolfBodyTag
Tag.doEndTag()
protected void reset()
reset
in class CewolfBodyTag
public void setColor(String s)
protected Color getColor()
public void processChart(Object chart, Map args)
ChartPostProcessor
processChart
in interface ChartPostProcessor
chart
- 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 |