| java.lang.Object org.directwebremoting.impl.SignatureParser
SignatureParser | public class SignatureParser (Code) | | A parser for type info in a dwr.xml signature.
author: Joe Walker [joe at getahead dot ltd dot uk] |
Field Summary | |
final public static Log | log |
Method Summary | |
public void | parse(String sigtext) Parse some text and add it into the converter manager. |
log | final public static Log log(Code) | | The log stream
|
SignatureParser | public SignatureParser(ConverterManager converterManager, CreatorManager creatorManager)(Code) | | Simple ctor
Parameters: converterManager - Having understood the extra type info we add it in here. Parameters: creatorManager - If we can't find a class by Java name we can lookup by Javascript name |
parse | public void parse(String sigtext)(Code) | | Parse some text and add it into the converter manager.
Parameters: sigtext - The text to parse |
|
|