Package 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.

See:
          Description

Class Summary
AbstractRegExpFilter Convenience base class for Command implementations that perform regular expression matching against a set of zero or more patterns.
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.
RemoteAddrFilter Command that filters incoming requests based on matching the remote address against regular expression patterns that are configured on this instance.
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.
 

Package org.apache.shale.application Description

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



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