|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.servlets.OwRequestListener
public class OwRequestListener
ServletRequestListener. Specific Listener used to notify the framework for pre- and postprocessing of a request.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Field Summary | |
---|---|
protected static String |
PREPARE
Attribute name which is set if prepare was executed |
protected static String |
REQ_PROC_START
Attribute name which contains the start time of request (in milliseconds Long) |
Constructor Summary | |
---|---|
OwRequestListener()
|
Method Summary | |
---|---|
void |
attributeAdded(javax.servlet.http.HttpSessionBindingEvent sbEv)
|
void |
attributeRemoved(javax.servlet.http.HttpSessionBindingEvent sbEv)
|
void |
attributeReplaced(javax.servlet.http.HttpSessionBindingEvent sbEv)
|
protected boolean |
isNotificationPath(String servletPath)
(overridable) Check if current request path is a framework dependent processing. |
void |
requestDestroyed(javax.servlet.ServletRequestEvent sre)
|
void |
requestInitialized(javax.servlet.ServletRequestEvent sre)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String PREPARE
protected static final String REQ_PROC_START
Constructor Detail |
---|
public OwRequestListener()
Method Detail |
---|
public void requestDestroyed(javax.servlet.ServletRequestEvent sre)
requestDestroyed
in interface javax.servlet.ServletRequestListener
public void requestInitialized(javax.servlet.ServletRequestEvent sre)
requestInitialized
in interface javax.servlet.ServletRequestListener
protected boolean isNotificationPath(String servletPath)
This method filter out the calls which are simple resource request for images, CSS and so on.
servletPath
- String Servlet path
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent sbEv)
attributeAdded
in interface javax.servlet.http.HttpSessionAttributeListener
public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent sbEv)
attributeRemoved
in interface javax.servlet.http.HttpSessionAttributeListener
public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent sbEv)
attributeReplaced
in interface javax.servlet.http.HttpSessionAttributeListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |