| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Resource> |
Webpipe.resources |
| Modifier and Type | Method and Description |
|---|---|
protected Resource |
WebpipesBuilder.get(java.lang.String type,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Resource> |
Webpipe.getResources() |
| Modifier and Type | Method and Description |
|---|---|
Webpipe |
Webpipe.addResource(Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
ProcessorPipeline.applyPreProcessors(Resource resource) |
abstract java.lang.String |
ResourceProcessor.process(Resource resource,
java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
ProcessorPipeline.buildContents(java.util.List<Resource> resources) |
java.util.List<java.lang.String> |
CssSpliterProcessorPipeline.buildContents(java.util.List<Resource> resources) |
private java.lang.String |
ProcessorPipeline.processAndMerge(java.util.List<Resource> resources) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
CJsonProcessor.process(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Resource resource,
java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
CoffeeScriptProcessor.process(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Resource resource,
java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DustJsProcessor.process(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Resource resource,
java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
EmberJsProcessor.process(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Resource resource,
java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.javascript.jscomp.SourceFile[] |
GoogleClosureCompressorProcessor.getExterns(Resource resource) |
java.lang.String |
GoogleClosureCompressorProcessor.process(Resource resource,
java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
HandlebarsJsProcessor.process(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Resource resource,
java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
HoganJsProcessor.process(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Resource resource,
java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
JsonHPackProcessor.process(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Resource resource,
java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
JSXTransformerProcessor.process(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Resource resource,
java.lang.String content) |
| Modifier and Type | Field and Description |
|---|---|
private Resource |
Less4jProcessor.RelativeAwareLessSource.resource |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
LessCssProcessor.process(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Resource resource,
java.lang.String content) |
java.lang.String |
Less4jProcessor.process(Resource resource,
java.lang.String content) |
| Constructor and Description |
|---|
Less4jProcessor.RelativeAwareLessSource(Resource resource,
java.lang.String content) |
| Modifier and Type | Field and Description |
|---|---|
protected static Resource |
RhinoBasedProcessor.commonsScript |
protected static Resource |
RhinoBasedProcessor.cycleScript |
protected static Resource |
RhinoBasedProcessor.envScript |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
RhinoBasedProcessor.evaluate(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Resource script) |
protected abstract java.lang.String |
RhinoBasedProcessor.process(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Resource resource,
java.lang.String content) |
java.lang.String |
RhinoBasedProcessor.process(Resource resource,
java.lang.String content) |
protected org.mozilla.javascript.Scriptable |
RhinoBasedProcessor.setupModule(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Resource moduleResource,
java.lang.String moduleId) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
SassCssProcessor.process(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Resource resource,
java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
TypeScriptProcessor.process(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Resource resource,
java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
UglifyJsProcessor.process(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Resource resource,
java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
YUICssCompressorProcessor.process(Resource resource,
java.lang.String content) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClasspathResource |
class |
FileResource |
class |
StreamResource |
class |
StringResource |
class |
UrlResource |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,java.util.Map<java.lang.String,Resource>> |
ResourceFactory.cache |
private java.util.List<Resource> |
ResourceRefresher.resources |
| Modifier and Type | Method and Description |
|---|---|
Resource |
WebJarResourceFactory.get(java.lang.String path) |
Resource |
TypedResourceFactory.get(java.lang.String path) |
Resource |
ClasspathResourceFactory.get(java.lang.String path) |
Resource |
ResourceFactory.get(java.lang.String type,
java.lang.String path) |
Resource |
UrlResource.resolve(java.lang.String relativePath) |
Resource |
Resource.resolve(java.lang.String relativePath) |
Resource |
FileResource.resolve(java.lang.String relativePath) |
Resource |
ClasspathResource.resolve(java.lang.String relativePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceRefresher.addResource(Resource resource) |
void |
ResourceRefresher.removeResource(Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceRefresher.setResources(java.util.Collection<? extends Resource> resources) |