|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ERXResponseRewriter.Delegate
The delegate that is called prior to adding resources into the page, which gives you a chance to deny the addition, or rewrite the addition to a custom resource.
Method Summary | |
---|---|
boolean |
responseRewriterShouldAddResource(java.lang.String framework,
java.lang.String fileName)
Called prior to adding resources at all. |
ERXResponseRewriter.Resource |
responseRewriterWillAddResource(java.lang.String framework,
java.lang.String fileName)
Provides the ability to override the requested framework and fileName with a custom alternative. |
Method Detail |
---|
boolean responseRewriterShouldAddResource(java.lang.String framework, java.lang.String fileName)
framework
- the requested framework of the addition (can be null)fileName
- the requested fileName of the addition (can be a URL,
absolute path, or relative resource path)
ERXResponseRewriter.Resource responseRewriterWillAddResource(java.lang.String framework, java.lang.String fileName)
framework
- the requested framework of the addition (can be null)fileName
- the requested fileName of the addition (can be a URL,
absolute path, or relative resource path)
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |