|
![]() |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MiscTemplate.Convert
Interface for dynamically loaded String converters. <stringop convert=xxx ...> is used to look up a converter whose name matches "xxx". and the convert interface is called.
Method Summary | |
---|---|
String |
convert(RewriteContext hr,
String name,
String value)
Convert a string to a string: |
Method Detail |
---|
String convert(RewriteContext hr, String name, String value)
hr
- Rewrite context at the <stringop> tag.name
- The converter namevalue
- The converted string
|
Version Kenai-svn-r24, Generated 08/18/09 Copyright (c) 2001-2009, Sun Microsystems. |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |