anvil.script.statements
Class PrintStatement.URLEncodeConverter

java.lang.Object
  |
  +--anvil.script.statements.PrintStatement.Converter
        |
        +--anvil.script.statements.PrintStatement.URLEncodeConverter
Enclosing class:
PrintStatement

protected class PrintStatement.URLEncodeConverter
extends PrintStatement.Converter


Field Summary
 
Fields inherited from class anvil.script.statements.PrintStatement.Converter
_converter
 
Constructor Summary
protected PrintStatement.URLEncodeConverter(PrintStatement.Converter converter)
           
 
Method Summary
protected  void compile(ByteCompiler context, Expression expr)
           
protected  java.lang.String convert(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintStatement.URLEncodeConverter

protected PrintStatement.URLEncodeConverter(PrintStatement.Converter converter)
Method Detail

convert

protected java.lang.String convert(java.lang.String value)
Overrides:
convert in class PrintStatement.Converter

compile

protected void compile(ByteCompiler context,
                       Expression expr)
Overrides:
compile in class PrintStatement.Converter