|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.beasys.commerce.axiom.jsp.tags.TagHelper
Assists custom tags in preparing arguments for JSP code generation.
| Constructor Summary | |
TagHelper()
|
|
| Method Summary | |
static java.lang.String |
refineString(java.lang.String inString)
Strips jsp delimiters (<%= %>) from the incoming string, and/or adds escaped quotes, as necessary. |
static java.lang.String |
refineString(java.lang.String inString,
boolean addStringValueOf)
Strips jsp delimiters (<%= %>) from the incoming string, and/or adds escaped quotes, as necessary. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TagHelper()
| Method Detail |
public static java.lang.String refineString(java.lang.String inString,
boolean addStringValueOf)
inString - the String to be refinedaddStringValueOf - indicates whether String.valueOf() should
be applied to the String after its JSP delimiters are stripped.public static java.lang.String refineString(java.lang.String inString)
inString - the String to be refined
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||