|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--com.bea.p13n.taglib.util.ConvertSpecialCharsTag
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id,
pageContext |
Constructor Summary | |
ConvertSpecialCharsTag()
|
Method Summary | |
java.lang.String |
convertSpecialChars(java.lang.String theInpStr)
Given a string, substitute HTML entities for HTML special characters. |
int |
doStartTag()
Called when the tag starts. |
java.lang.String |
getString()
Get the string to convert. |
void |
release()
Release. |
void |
setString(java.lang.String aString)
Set string to convert. |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody,
doEndTag,
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 |
Constructor Detail |
public ConvertSpecialCharsTag()
Method Detail |
public java.lang.String getString()
String
public void setString(java.lang.String aString)
aString
- public int doStartTag() throws javax.servlet.jsp.JspException
public java.lang.String convertSpecialChars(java.lang.String theInpStr)
theInpStr
- the string to be convertedString
the string with special chars translatedpublic void release()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |