|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.assets.ContextAssetRequestHandler
public class ContextAssetRequestHandler
Handles requests for context assets, screening out attempt to access anything under WEB-INF or META-INF.
Constructor Summary | |
---|---|
ContextAssetRequestHandler(ResourceStreamer resourceStreamer,
Resource rootContextResource)
|
Method Summary | |
---|---|
boolean |
handleAssetRequest(Request request,
Response response,
java.lang.String extraPath)
Given a request targeted (via the handler id) to the specific handler, process the request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContextAssetRequestHandler(ResourceStreamer resourceStreamer, Resource rootContextResource)
Method Detail |
---|
public boolean handleAssetRequest(Request request, Response response, java.lang.String extraPath) throws java.io.IOException
AssetRequestHandler
Response.getOutputStream(String)
) or an error response
(via Response.sendError(int, String)
). It is the handler's responsibility to allow
for client-side caching (possibly sending an HttpServletResponse.SC_NOT_MODIFIED
response).
The handler should return true if it provided a response. If the handler returns false, this indicates that the
extra path did not identify a known asset (virtual or otherwise) and the AssetDispatcher service should send a
HttpServletResponse.SC_NOT_FOUND
response.
handleAssetRequest
in interface AssetRequestHandler
request
- incoming asset requestresponse
- used to send a response to clientextraPath
- additional path to identify the specific asset
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |