| |
|
| java.lang.Object org.directwebremoting.proxy.CodeBlock
CodeBlock | public class CodeBlock (Code) | | A simple wrapper around a String to indicate that this string is executable
Javascript and should not be quoted and escaped when it is passed to the
client.
author: Joe Walker [joe at getahead dot ltd dot uk] |
CodeBlock | public CodeBlock(String code)(Code) | | CodeBlocks are immutable wrappers around strings
Parameters: code - The javascript code block to send to the client |
getCode | public String getCode()(Code) | | Accessor for the (read-only) code block
The code that this block wraps |
hashCode | public int hashCode()(Code) | | |
|
|
|