sunlabs.brazil.sunlabs
Interface MiscTemplate.Convert

All Known Implementing Classes:
JSONConverter
Enclosing class:
MiscTemplate

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

convert

String convert(RewriteContext hr,
               String name,
               String value)
Convert a string to a string:

Parameters:
hr - Rewrite context at the <stringop> tag.
name - The converter name
value - The converted string

Version Kenai-svn-r24, Generated 08/18/09
Copyright (c) 2001-2009, Sun Microsystems.