coreservlets.tags
Class FilterTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--javax.servlet.jsp.tagext.BodyTagSupport
|
+--coreservlets.tags.FilterTag
- public class FilterTag
- extends BodyTagSupport
A tag that replaces <, >, ", and & with their HTML
character entities (<, >, ", and &).
After filtering, arbitrary strings can be placed
in either the page body or in HTML attributes.
Taken from Core Servlets and JavaServer Pages
from Prentice Hall and Sun Microsystems Press,
http://www.coreservlets.com/.
© 2000 Marty Hall; may be freely used or adapted.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
FilterTag
public FilterTag()
doAfterBody
public int doAfterBody()
- Overrides:
- doAfterBody in class BodyTagSupport
 |
|---|
| CSAJSP @ amazon.com |
|---|