| java.lang.Object sunlabs.brazil.handler.PropertiesHandler
PropertiesHandler | public class PropertiesHandler implements Handler(Code) | | Handler for returning selected request properties as a text/plain document
in java properties format. (See
ProxyPropertiesHandler ).
Properties:
- match
- Glob pattern to match urls used by this handler
(Defaults to /*). Examined at init time.
- select
- Glob pattern to match properties selected
(Defaults to *). This is re-examined at every request.
- type
- Type of output to generate (defaults to text/plain).
- comment
- Comment to put on output (defaults to select).
|
Method Summary | |
public boolean | init(Server server, String prefix) | public boolean | respond(Request request) If this is one of our URL's, look through each
request property, and selct those that match the Select
property. |
respond | public boolean respond(Request request) throws IOException(Code) | | If this is one of our URL's, look through each
request property, and selct those that match the Select
property. Then emit them all as text/plain.
|
|
|