Package com.day.cq.commons.servlets
Class RootMappingServlet
java.lang.Object
javax.servlet.GenericServlet
org.apache.sling.api.servlets.SlingSafeMethodsServlet
com.day.cq.commons.servlets.RootMappingServlet
- All Implemented Interfaces:
Serializable,Servlet,ServletConfig
@SlingServlet(paths="/index",
methods="GET",
metatype=true,
label="%rootmapping.name",
description="%rootmapping.desc")
public class RootMappingServlet
extends SlingSafeMethodsServlet
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sling.api.servlets.SlingSafeMethodsServlet
getServletInfo, serviceMethods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
-
Constructor Details
-
RootMappingServlet
public RootMappingServlet()
-