com.mlw.fps.view.taglib
Class PercentageTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--javax.servlet.jsp.tagext.BodyTagSupport
|
+--com.mlw.fps.view.taglib.PercentageTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class PercentageTag
- extends javax.servlet.jsp.tagext.BodyTagSupport
- See Also:
- Serialized Form
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 |
Method Summary |
int |
doEndTag()
|
int |
doStartTag()
|
java.lang.String |
getFormat()
Getter for property format. |
void |
setFormat(java.lang.String format)
Setter for property format. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setProperty(java.lang.String property)
Setter for property property. |
void |
setScope(java.lang.String scope)
Setter for property scope. |
void |
setWidth(java.lang.String width)
Setter for property width. |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doInitBody, 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 |
PercentageTag
public PercentageTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
setName
public void setName(java.lang.String name)
- Setter for property name.
- Parameters:
name
- New value of property name.
setProperty
public void setProperty(java.lang.String property)
- Setter for property property.
- Parameters:
property
- New value of property property.
getFormat
public java.lang.String getFormat()
- Getter for property format.
- Returns:
- Value of property format.
setFormat
public void setFormat(java.lang.String format)
- Setter for property format.
- Parameters:
format
- New value of property format.
setWidth
public void setWidth(java.lang.String width)
- Setter for property width.
- Parameters:
width
- New value of property width.
setScope
public void setScope(java.lang.String scope)
- Setter for property scope.
- Parameters:
scope
- New value of property scope.
Copyright © 2003 mlavilson. All Rights Reserved.