Uses of Class
org.apache.shale.application.AbstractRegExpFilter

Packages that use AbstractRegExpFilter
org.apache.shale.application This package contains application scope Command implementations that may be useful in the preprocess or postprocess command chains in the shale catalog. 
 

Uses of AbstractRegExpFilter in org.apache.shale.application
 

Subclasses of AbstractRegExpFilter in org.apache.shale.application
 class ContextRelativePathFilter
          Command that filters incoming requests based on matching the context-relative portion of the request URI (in other words, servlet path plus path info) against regular expression patterns that are configured on this instance.
 class RemoteAddrFilter
          Command that filters incoming requests based on matching the remote address against regular expression patterns that are configured on this instance.
 class RemoteHostFilter
          Command that filters incoming requests based on matching the remote host name (or the remote address, if no remote host name is available) against regular expression patterns that are configured on this instance.
 



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