Package com.composum.sling.core.util
Class ConsoleUtil
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- org.apache.sling.api.servlets.SlingSafeMethodsServlet
-
- com.composum.sling.core.util.ConsoleUtil
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class ConsoleUtil extends org.apache.sling.api.servlets.SlingSafeMethodsServlet- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConsoleUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.sling.api.resource.ResourcegetConsoleResource(BeanContext context)determines the addressed resource by the suffix if the requests resource is the servlet itself-
Methods inherited from class org.apache.sling.api.servlets.SlingSafeMethodsServlet
doGeneric, doGet, doHead, doOptions, doTrace, getAllowedRequestMethods, getServletInfo, handleMethodNotImplemented, mayService, service, service
-
-
-
-
Method Detail
-
getConsoleResource
public static org.apache.sling.api.resource.Resource getConsoleResource(BeanContext context)
determines the addressed resource by the suffix if the requests resource is the servlet itself
-
-