Package org.togglz.console
Class RequestEvent
- java.lang.Object
-
- org.togglz.console.RequestEvent
-
public class RequestEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description RequestEvent(org.togglz.core.manager.FeatureManager featureManager, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RequestContext requestContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.servlet.ServletContextgetContext()org.togglz.core.manager.FeatureManagergetFeatureManager()StringgetPath()javax.servlet.http.HttpServletRequestgetRequest()RequestContextgetRequestContext()javax.servlet.http.HttpServletResponsegetResponse()
-
-
-
Constructor Detail
-
RequestEvent
public RequestEvent(org.togglz.core.manager.FeatureManager featureManager, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RequestContext requestContext)
-
-
Method Detail
-
getRequestContext
public RequestContext getRequestContext()
-
getContext
public javax.servlet.ServletContext getContext()
-
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
-
getResponse
public javax.servlet.http.HttpServletResponse getResponse()
-
getPath
public String getPath()
-
getFeatureManager
public org.togglz.core.manager.FeatureManager getFeatureManager()
-
-