com.day.cq.wcm.core.impl.designer
Class StyleServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by org.apache.sling.api.servlets.SlingSafeMethodsServlet
          extended by com.day.cq.wcm.core.impl.designer.StyleServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

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

Exports the style addressed by the resource in JSON format.

See Also:
Serialized Form

Field Summary
static String TIDY
          name of the tidy parameter
 
Constructor Summary
StyleServlet()
           
 
Method Summary
protected  void doGet(org.apache.sling.api.SlingHttpServletRequest req, org.apache.sling.api.SlingHttpServletResponse resp)
          
 
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, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIDY

public static final String TIDY
name of the tidy parameter

See Also:
Constant Field Values
Constructor Detail

StyleServlet

public StyleServlet()
Method Detail

doGet

protected void doGet(org.apache.sling.api.SlingHttpServletRequest req,
                     org.apache.sling.api.SlingHttpServletResponse resp)
              throws javax.servlet.ServletException,
                     IOException

Overrides:
doGet in class org.apache.sling.api.servlets.SlingSafeMethodsServlet
Throws:
javax.servlet.ServletException
IOException


Copyright © 2008 Day Management AG. All Rights Reserved.