Copyright © 2009, 2010 Nu Echo Inc. All Rights Reserved.

Package com.nuecho.application.grammarserver.servlets

Classes implementing the NuGram Server servlets and some commonly used context initializers.

See:
          Description

Class Summary
DefaultContextInitializer Implementation of ContextInitializer that puts the value associated with each key in the parameterMap.
GrammarServlet Servlet for URLs starting with /grammar.
GrammarsServlet Servlet for URLs starting with /grammars.
InterpretationServlet Servlet for URLs starting with /interpretation.
MultiJsonContextInitializer Implementation of ContextInitializer that expects each value in the parameterMap to be a JSON string.
PostProcessorServlet Servlet for URLs starting with /postprocessor.
SingleJsonContextInitializer Implementation of ContextInitializer that expects the "context" key, in the parameterMap, to be a JSON string.
 

Package com.nuecho.application.grammarserver.servlets Description

Classes implementing the NuGram Server servlets and some commonly used context initializers.


Copyright © 2009, 2010 Nu Echo Inc. All Rights Reserved.