public class ERXStaticResourceRequestHandler extends WORequestHandler
WODocumentRoot.DidHandleRequestNotification| Constructor and Description |
|---|
ERXStaticResourceRequestHandler() |
ERXStaticResourceRequestHandler(java.lang.String frameworkName)
Creates a static resource handler for the given framework, which gives you
nicer relative URLs to work with.
|
| Modifier and Type | Method and Description |
|---|---|
protected WOResponse |
_generateResponseForInputStream(java.io.InputStream is,
long length,
java.lang.String type) |
WOResponse |
handleRequest(WORequest request) |
toStringpublic ERXStaticResourceRequestHandler()
public ERXStaticResourceRequestHandler(java.lang.String frameworkName)
frameworkName - the name of the framework to map to (or null/"app" for the application)protected WOResponse _generateResponseForInputStream(java.io.InputStream is, long length, java.lang.String type)
public WOResponse handleRequest(WORequest request)
handleRequest in class WORequestHandlerCopyright © 2002 – 2022 Project Wonder.