|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.benow.web.path.PathHandler
org.benow.web.path.FileBasedPathHandler
org.benow.web.path.file.DirectoryListingContentPathHandler
public class DirectoryListingContentPathHandler
| Field Summary |
|---|
| Fields inherited from class org.benow.web.path.FileBasedPathHandler |
|---|
base |
| Fields inherited from class org.benow.web.path.PathHandler |
|---|
CONTENT_LENGTH_UNKNOWN, LAST_MODIFIED_UNKNOWN, params, request, response |
| Constructor Summary | |
|---|---|
DirectoryListingContentPathHandler()
|
|
| Method Summary | |
|---|---|
boolean |
canHandle(java.lang.String path)
Return true if the handler can handle the given path. |
protected void |
doListing(java.io.PrintWriter out,
java.lang.String path)
|
protected java.lang.Object |
handle(java.io.PrintWriter w)
|
| Methods inherited from class org.benow.web.path.FileBasedPathHandler |
|---|
deliverFile, deliverResource |
| Methods inherited from class org.benow.web.path.PathHandler |
|---|
deliverHTML, deliverStream, deliverStream, deliverStream, handle, handle, handle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectoryListingContentPathHandler()
| Method Detail |
|---|
public boolean canHandle(java.lang.String path)
PathHandler
canHandle in class PathHandler
protected java.lang.Object handle(java.io.PrintWriter w)
throws java.io.IOException,
WebException
handle in class PathHandlerjava.io.IOException
WebException
protected void doListing(java.io.PrintWriter out,
java.lang.String path)
throws java.io.IOException,
WebException
java.io.IOException
WebException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||