Package org.plovr.soy.server

A simple server that dynamically recompiles Soy files and serves their content in response to HTTP requests.

See:
          Description

Class Summary
Config  
RequestHandlerSelector RequestHandlerSelector selects the HttpHandler to use to respond to a request based on the path.
Server Server for SoyWeb.
SoyRequestHandler SoyRequestHandler handles a request for a Soy file and prints the contents of its base template, if available.
 

Package org.plovr.soy.server Description

A simple server that dynamically recompiles Soy files and serves their content in response to HTTP requests.