|
Project Wonder 5.0.0.8794 | |||||||||
| 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(String framework,
String fileName)
Called prior to adding resources at all. |
ERXResponseRewriter.Resource |
responseRewriterWillAddResource(String framework,
String fileName)
Provides the ability to override the requested framework and fileName with a custom alternative. |
| Method Detail |
|---|
boolean responseRewriterShouldAddResource(String framework,
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(String framework,
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: Thu, Jan 8, 2009 12:32 PM EST | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||