org.apache.shale.application
Class RemoteAddrFilter

java.lang.Object
  extended by org.apache.shale.application.AbstractRegExpFilter
      extended by org.apache.shale.application.RemoteAddrFilter
All Implemented Interfaces:
Command

public class RemoteAddrFilter
extends AbstractRegExpFilter

Command that filters incoming requests based on matching the remote address against regular expression patterns that are configured on this instance. See AbstractRegExpFilter for details of the matching algorithm.

USAGE NOTE: - This command will only be effective if used before the regular filter chain is processed. In other words, you should invoke it as part of a preprocess chain in the shale catalog.

$Id: RemoteAddrFilter.java 464373 2006-10-16 04:21:54Z rahul $

See Also:
AbstractRegExpFilter

Field Summary
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Constructor Summary
RemoteAddrFilter()
           
 
Method Summary
protected  String value(ShaleWebContext context)
          Return the value to be tested against exclude and include patterns.
 
Methods inherited from class org.apache.shale.application.AbstractRegExpFilter
accept, execute, getExcludes, getIncludes, getIncludesPatterns, matches, reject, setExcludes, setIncludes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAddrFilter

public RemoteAddrFilter()
Method Detail

value

protected String value(ShaleWebContext context)

Return the value to be tested against exclude and include patterns. This will be the value of the remoteAddr property.

Specified by:
value in class AbstractRegExpFilter
Parameters:
context - Context for the current request


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.