|
|||||||||
| 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.StaticContentPathHandler
public class StaticContentPathHandler
| 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 | |
|---|---|
StaticContentPathHandler()
|
|
| Method Summary | |
|---|---|
boolean |
canHandle(java.lang.String path)
Return true if the handler can handle the given path. |
java.lang.Object |
handle(java.io.OutputStream out)
|
| 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 StaticContentPathHandler()
| Method Detail |
|---|
public boolean canHandle(java.lang.String path)
PathHandler
canHandle in class PathHandler
public java.lang.Object handle(java.io.OutputStream out)
throws java.lang.Exception
handle in class PathHandlerjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||