|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mentawai.filter.CookieFilter
public class CookieFilter
This filter will place a http cookie value in the action input.
| Constructor Summary | |
|---|---|
CookieFilter(java.lang.String name)
|
|
CookieFilter(java.lang.String name,
java.lang.String cookieName)
|
|
| Method Summary | |
|---|---|
void |
destroy()
Gives a chance to the filter to deallocalte any resources before it is destroyed. |
java.lang.String |
filter(InvocationChain chain)
Executes the filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CookieFilter(java.lang.String name)
public CookieFilter(java.lang.String name,
java.lang.String cookieName)
| Method Detail |
|---|
public java.lang.String filter(InvocationChain chain)
throws java.lang.Exception
Filter
filter in interface Filterchain - The InvocationChain for the action this filter is being applied to.
java.lang.Exceptionpublic void destroy()
Filter
destroy in interface Filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||