|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--prupp.OneGetter
A MetaPage to get a value in the configurations. This page handles four very distinct sections: proxy, access, filter and users.
Constructor Summary | |
OneGetter()
default constructor |
Method Summary | |
void |
handle(java.io.DataInputStream input,
java.io.DataOutputStream output,
java.net.URL url,
java.util.Properties htab,
java.lang.String uap)
Get one value from the settings and return it to the client. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public OneGetter()
Method Detail |
public void handle(java.io.DataInputStream input, java.io.DataOutputStream output, java.net.URL url, java.util.Properties htab, java.lang.String uap)
input
- the InputStream from the client.output
- the OutputStream to the client.url
- the requested url.htab
- the supplied argument to the page (CGI-parameters).uap
- the username and paswword as by Basic-authentication
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |