org.apache.cocoon.selection
Class RequestMethodSelector

java.lang.Object
  extended byorg.apache.cocoon.util.AbstractLogEnabled
      extended byorg.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 $

Field Summary
 
Fields inherited from interface org.apache.cocoon.selection.Selector
ROLE
 
Constructor Summary
RequestMethodSelector()
           
 
Method Summary
 boolean select(String expression, Map objectModel, Parameters parameters)
           
 
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
 

Constructor Detail

RequestMethodSelector

public RequestMethodSelector()
Method Detail

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.