Package org.apache.wicket.resource
Interface IScopeAwareTextResourceProcessor
-
- All Superinterfaces:
ITextResourceCompressor
- All Known Implementing Classes:
CompositeCssCompressor,CompositeJavaScriptCompressor,CssUrlReplacer
public interface IScopeAwareTextResourceProcessor extends ITextResourceCompressor
AITextResourceCompressorthat receives the scope class and the resource name as a context information that it can use for the processing of the resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringprocess(java.lang.String input, java.lang.Class<?> scope, java.lang.String name)Processes/manipulates a text resource.-
Methods inherited from interface org.apache.wicket.resource.ITextResourceCompressor
compress
-
-
-
-
Method Detail
-
process
java.lang.String process(java.lang.String input, java.lang.Class<?> scope, java.lang.String name)Processes/manipulates a text resource.- Parameters:
input- The original input to processscope- The scope class of the package resourcename- The name of the package resource- Returns:
- The processed input
-
-