|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.interpreter.filter.BaseInterpreterFilter
public class BaseInterpreterFilter
This is a pass-through filter; both the PreFilter and PostFilter methods have the default implementation that returns a boolean false. This is a utility class to make it easier to implement only one of the filter methods (either the PreFilter or the PostFilter) without implementing the other (which by default will be a pass through).
| Constructor Summary | |
|---|---|
BaseInterpreterFilter()
|
|
| Method Summary | |
|---|---|
void |
PostFilter(RequestData requestData)
A pass-through PostFilter. |
boolean |
PreFilter(RequestData requestData)
A pass-through PreFilter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseInterpreterFilter()
| Method Detail |
|---|
public boolean PreFilter(RequestData requestData)
PreFilter in interface IInterpreterFilterrequestData - The request to be processed.
public void PostFilter(RequestData requestData)
PostFilter in interface IInterpreterFilterrequestData - The request.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||