public class LifecycleResource extends ApiResource
| Modifier and Type | Class and Description |
|---|---|
static class |
LifecycleResource.State |
HttpExtension.Method| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
Set<String> |
excludes()
Returns the set of request paths that should be excluded from request management.
|
boolean |
supports(HttpExtension.Method method)
Returns
true if this resource supports a given method. |
accepts, doDelete, doHead, doOptions, doPut, doTrace, handles, method, produces, signaturecontext, init, init, mapping, mapping, name, namedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic static final String mapping
public Set<String> excludes()
ApplicationExtensionexcludes in interface ApplicationExtensionexcludes in class HttpExtensionpublic boolean supports(HttpExtension.Method method)
ApiResourcetrue if this resource supports a given method.supports in class ApiResourcemethod - the methodtrue if this resource supports the given methodpublic void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class ApiResourcejavax.servlet.ServletExceptionIOExceptionpublic void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doPost in class ApiResourcejavax.servlet.ServletExceptionIOExceptionCopyright © 2014. All Rights Reserved.