|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.extend.IdScriptSessionFilter
public class IdScriptSessionFilter
A ScriptSessionFilter that only allows ScriptSessions
that match the given session id.
| Constructor Summary | |
|---|---|
IdScriptSessionFilter(java.lang.String id)
|
|
| Method Summary | |
|---|---|
boolean |
match(ScriptSession session)
Does this ScriptSession match according to the matching pattern
declared by this filter. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdScriptSessionFilter(java.lang.String id)
| Method Detail |
|---|
public boolean match(ScriptSession session)
ScriptSessionFilterScriptSession match according to the matching pattern
declared by this filter.
match in interface ScriptSessionFiltersession - The ScriptSession to check for a match
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||