|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.talika.tarsis.filters.validator.HistorySession
Object used to store request history.
Part of experimental extended validator filter. Work in progress.
| Constructor Summary | |
|---|---|
HistorySession(int historySize)
Creates a new HistorySession. |
|
| Method Summary | |
|---|---|
void |
add(HistoricRequest request)
Adds a request to requests history. |
HistoricRequest |
find(java.lang.String ticket)
Finds a historic request in history. |
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
Notifies the object that it is being bound to a session and identifies the session. |
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
Notifies the object that it is being unbound from a session and identifies the session. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HistorySession(int historySize)
HistorySession.
historySize - int history size.| Method Detail |
public void add(HistoricRequest request)
request - HistoricRequest historic request.public HistoricRequest find(java.lang.String ticket)
ticket - String request's ticket.
null.public void valueBound(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
valueBound in interface javax.servlet.http.HttpSessionBindingListenerhttpSessionBindingEvent - HttpSessionBindingEvent the event that
identifies the session.HttpSessionBindingListener.valueBound(HttpSessionBindingEvent)public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
valueUnbound in interface javax.servlet.http.HttpSessionBindingListenerhttpSessionBindingEvent - HttpSessionBindingEvent the event that
identifies the session.HttpSessionBindingListener.valueUnbound(HttpSessionBindingEvent)
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||