|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.interpreter.filter.BaseInterpreterFilter
com.plumtree.uiinfrastructure.interpreter.filter.HealthFilter
public class HealthFilter
A filter to handle ping requests. Clients can call this URL to find out if the Portal thinks it is healthy.
| Field Summary | |
|---|---|
static int |
PT_DEFAULT_ERROR_CODE
|
static java.lang.String |
PT_HEALTH
|
| Constructor Summary | |
|---|---|
HealthFilter()
|
|
| Method Summary | |
|---|---|
boolean |
PreFilter(RequestData requestData)
MES- This method detects if the incoming request is a health request. |
| Methods inherited from class com.plumtree.uiinfrastructure.interpreter.filter.BaseInterpreterFilter |
|---|
PostFilter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PT_HEALTH
public static final int PT_DEFAULT_ERROR_CODE
| Constructor Detail |
|---|
public HealthFilter()
| Method Detail |
|---|
public boolean PreFilter(RequestData requestData)
PreFilter in interface IInterpreterFilterPreFilter in class BaseInterpreterFilterrequestData - The request to be processed.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||