This project has retired. For details please refer to its
Attic page.
RequestMethodSelector (Cocoon Sitemap Components 1.0.0 API)
org.apache.cocoon.selection
Class RequestMethodSelector
java.lang.Object
org.apache.cocoon.util.AbstractLogEnabled
org.apache.cocoon.selection.RequestMethodSelector
- All Implemented Interfaces:
- org.apache.cocoon.selection.Selector, ThreadSafe
- public class RequestMethodSelector
- extends org.apache.cocoon.util.AbstractLogEnabled
- implements ThreadSafe, org.apache.cocoon.selection.Selector
A Selector that matches a getMethod() of the HTTP request.
- Version:
- $Id: RequestMethodSelector.html 1304280 2012-03-23 11:18:01Z ilgrosso $
| Fields inherited from interface org.apache.cocoon.selection.Selector |
ROLE |
| Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled |
getLogger, setLogger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestMethodSelector
public RequestMethodSelector()
select
public boolean select(String expression,
Map objectModel,
Parameters parameters)
- Specified by:
select in interface org.apache.cocoon.selection.Selector
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.