Package eos.web
Interface Pointcut
-
public interface Pointcut
-
-
Field Summary
Fields Modifier and Type Field Description static BooleanEVALUATIONstatic StringKEY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()Stringhalloween(HttpRequest httpRequest, HttpExchange exchange)BooleanisEvaluation()booleanisTrue(HttpRequest httpRequest, HttpExchange exchange)
-
-
-
Field Detail
-
KEY
static final String KEY
- See Also:
- Constant Field Values
-
EVALUATION
static final Boolean EVALUATION
-
-
Method Detail
-
getKey
String getKey()
-
isEvaluation
Boolean isEvaluation()
-
isTrue
boolean isTrue(HttpRequest httpRequest, HttpExchange exchange)
-
halloween
String halloween(HttpRequest httpRequest, HttpExchange exchange)
-
-