|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.springframework.web.servlet.HttpServletBean
org.springframework.web.servlet.FrameworkServlet
org.springframework.web.servlet.DispatcherServlet
leon.view.web.jquery.LyJQServlet
public class LyJQServlet
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
static java.util.HashMap<java.lang.Thread,LyWebRequestInfo> |
_webRequestInfos
Keep the information : which request / Servlet / response are currently being processed. |
Fields inherited from class org.springframework.web.servlet.DispatcherServlet |
---|
HANDLER_ADAPTER_BEAN_NAME, HANDLER_EXCEPTION_RESOLVER_BEAN_NAME, HANDLER_MAPPING_BEAN_NAME, LOCALE_RESOLVER_ATTRIBUTE, LOCALE_RESOLVER_BEAN_NAME, MULTIPART_RESOLVER_BEAN_NAME, PAGE_NOT_FOUND_LOG_CATEGORY, REQUEST_TO_VIEW_NAME_TRANSLATOR_BEAN_NAME, THEME_RESOLVER_ATTRIBUTE, THEME_RESOLVER_BEAN_NAME, THEME_SOURCE_ATTRIBUTE, VIEW_RESOLVER_BEAN_NAME, WEB_APPLICATION_CONTEXT_ATTRIBUTE |
Fields inherited from class org.springframework.web.servlet.FrameworkServlet |
---|
DEFAULT_CONTEXT_CLASS, DEFAULT_NAMESPACE_SUFFIX, SERVLET_CONTEXT_PREFIX |
Constructor Summary | |
---|---|
LyJQServlet()
Constructor. |
Method Summary | |
---|---|
static LyWebRequestInfo |
getWebRequestInfo()
Accessor to the information about current request in progress : TyServlet, request, response Current means for 'current Thread. |
void |
init(javax.servlet.ServletConfig config)
|
Methods inherited from class org.springframework.web.servlet.DispatcherServlet |
---|
getMultipartResolver, getThemeSource, setCleanupAfterInclude, setDetectAllHandlerAdapters, setDetectAllHandlerExceptionResolvers, setDetectAllHandlerMappings, setDetectAllViewResolvers |
Methods inherited from class org.springframework.web.servlet.FrameworkServlet |
---|
destroy, getContextAttribute, getContextClass, getContextConfigLocation, getContextId, getNamespace, getServletContextAttributeName, getWebApplicationContext, onApplicationEvent, refresh, setContextAttribute, setContextClass, setContextConfigLocation, setContextId, setDispatchOptionsRequest, setDispatchTraceRequest, setNamespace, setPublishContext, setPublishEvents, setThreadContextInheritable |
Methods inherited from class org.springframework.web.servlet.HttpServletBean |
---|
getServletContext, getServletName, init |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
service |
Methods inherited from class javax.servlet.GenericServlet |
---|
getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, log, log |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
public static java.util.HashMap<java.lang.Thread,LyWebRequestInfo> _webRequestInfos
Constructor Detail |
---|
public LyJQServlet()
area
- the area componentMethod Detail |
---|
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public static LyWebRequestInfo getWebRequestInfo()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |