|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.extend.PageScriptSessionFilter
public class PageScriptSessionFilter
A ScriptSessionFilter that only allows ScriptSessions
that match the given page.
| Constructor Summary | |
|---|---|
PageScriptSessionFilter(ServerContext serverContext,
java.lang.String page)
|
|
| 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 PageScriptSessionFilter(ServerContext serverContext,
java.lang.String page)
| 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 | |||||||||