org.apache.sling.apt.servlet
Class SlingAptServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by org.apache.sling.api.servlets.SlingSafeMethodsServlet
          extended by org.apache.sling.apt.servlet.SlingAptServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SlingAptServlet
extends org.apache.sling.api.servlets.SlingSafeMethodsServlet

Parses APT structured text files and renders them in HTML

See Also:
Serialized Form

Field Summary
protected  org.apache.sling.apt.parser.SlingAptParser parser
           
 
Constructor Summary
SlingAptServlet()
           
 
Method Summary
protected  void doGet(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response)
           
 
Methods inherited from class org.apache.sling.api.servlets.SlingSafeMethodsServlet
doGeneric, doHead, doOptions, doTrace, getAllowedRequestMethods, getServletInfo, handleMethodNotImplemented, mayService, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parser

protected org.apache.sling.apt.parser.SlingAptParser parser
Constructor Detail

SlingAptServlet

public SlingAptServlet()
Method Detail

doGet

protected void doGet(org.apache.sling.api.SlingHttpServletRequest request,
                     org.apache.sling.api.SlingHttpServletResponse response)
              throws java.io.IOException
Overrides:
doGet in class org.apache.sling.api.servlets.SlingSafeMethodsServlet
Throws:
java.io.IOException


Copyright © 2007-2008 The Apache Software Foundation. All Rights Reserved.