|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.framework.logger.AbstractLoggable | +--org.apache.cocoon.selection.RequestMethodSelector
A Selector
that matches a getMethod() of the HTTP request.
Fields inherited from interface org.apache.cocoon.selection.Selector |
ROLE |
Constructor Summary | |
RequestMethodSelector()
|
Method Summary | |
boolean |
select(java.lang.String expression,
java.util.Map objectModel,
org.apache.avalon.framework.parameters.Parameters parameters)
Selectors test pattern against some objects in a Map
model and signals success with the returned boolean value |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLoggable |
getLogger, setLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RequestMethodSelector()
Method Detail |
public boolean select(java.lang.String expression, java.util.Map objectModel, org.apache.avalon.framework.parameters.Parameters parameters)
Selector
Map
model and signals success with the returned boolean valueselect
in interface Selector
org.apache.cocoon.selection.Selector
expression
- The expression to test.objectModel
- The Map
containing object of the
calling environment which may be used
to select values to test the expression.parameters
- The sitemap parameters, as specified by <parameter/> tags.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |