|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resource | |
---|---|
fnug.config | |
fnug.resource | |
fnug.servlet |
Uses of Resource in fnug.config |
---|
Methods in fnug.config that return Resource | |
---|---|
Resource |
DefaultBundleConfig.configResource()
Returns the resource responsible for this configuration. |
Resource |
BundleConfig.configResource()
Returns the resource responsible for this configuration. |
Methods in fnug.config with parameters of type Resource | |
---|---|
Config |
JsonConfigParser.parse(Resource res)
Parse the given resource into a config. |
Config |
ConfigParser.parse(Resource res)
Parse the given resource into a config. |
Constructors in fnug.config with parameters of type Resource | |
---|---|
DefaultBundleConfig(Resource configResource,
String name,
String basePath,
String jsLintArgs,
int checkModifiedInterval,
String[] files)
Constructs setting all configurations. |
Uses of Resource in fnug.resource |
---|
Subinterfaces of Resource in fnug.resource | |
---|---|
interface |
AggregatedResource
Extension of Resource for resources that are products of other resource. |
interface |
ResourceCollection
Collection of resources that are associated with a Bundle . |
Classes in fnug.resource that implement Resource | |
---|---|
class |
AbstractAggregatedResource
Abstract superclass for aggregated resources. |
class |
AbstractCompiledResource
|
class |
AbstractResource
Abstract supertype for Resource implementations. |
class |
DefaultBundleResource
Extension of DefaultResource that implements HasBundle . |
class |
DefaultCompressedResource
Special resource that only postpones compression of bytes to the call of DefaultCompressedResource.getBytes() . |
class |
DefaultResource
Default file resource implementation. |
class |
DefaultResourceCollection
Default implementation of ResourceCollection . |
class |
DustCompiledResource
|
Methods in fnug.resource that return Resource | |
---|---|
Resource[] |
DefaultResourceCollection.getAggregates()
Aggregates are the resources that actually make up the aggregated resource - that are used to produce the getBytes() . |
Resource[] |
AggregatedResource.getAggregates()
Aggregates are the resources that actually make up the aggregated resource - that are used to produce the getBytes() . |
Resource |
ResourceCollection.getCompressedCss()
Returns a resource that is the compressed version of the ResourceCollection.getCss() . |
Resource |
DefaultResourceCollection.getCompressedCss()
Returns a resource that is the compressed version of the ResourceCollection.getCss() . |
Resource |
ResourceCollection.getCompressedJs()
Returns a resource that is the compressed version of the ResourceCollection.getJs() . |
Resource |
DefaultResourceCollection.getCompressedJs()
Returns a resource that is the compressed version of the ResourceCollection.getJs() . |
Resource[] |
DefaultResourceCollection.getDependencies()
Dependencies are resources that are just dependent on for getLastModified() (along with
AggregatedResource.getAggregates() ) but are not part of making the bytes of the aggregate. |
Resource[] |
AggregatedResource.getDependencies()
Dependencies are resources that are just dependent on for getLastModified() (along with
AggregatedResource.getAggregates() ) but are not part of making the bytes of the aggregate. |
protected Resource |
DefaultBundle.makeResource(String path)
Can be overridden to provide other implementations of Resource than the DefaultBundleResource . |
Resource |
ResourceResolver.resolve(String path)
Resolves the give path. |
Resource |
DefaultBundle.resolve(String path)
Resolves a resource under this bundle's base path (see BundleConfig.basePath()
getBasePath() . |
Resource |
Bundle.resolve(String path)
Resolves a resource under this bundle's base path (see BundleConfig.basePath()
getBasePath() . |
Methods in fnug.resource that return types with arguments of type Resource | |
---|---|
List<Resource> |
ResourceCollection.getExistingCssAggregates()
Returns the discovered dependent css files that actually exists (doesn't return -1 for getLastModified() ). |
List<Resource> |
DefaultResourceCollection.getExistingCssAggregates()
Returns the discovered dependent css files that actually exists (doesn't return -1 for getLastModified() ). |
List<Resource> |
ResourceCollection.getExistingJsAggregates()
Returns the discovered dependent javascript files that actually exists (doesn't return -1 for getLastModified() ). |
List<Resource> |
DefaultResourceCollection.getExistingJsAggregates()
Returns the discovered dependent javascript files that actually exists (doesn't return -1 for getLastModified() ). |
List<Resource> |
Tarjan.getResult()
Returns the result of the algorithm. |
Constructors in fnug.resource with parameters of type Resource | |
---|---|
DefaultResourceCollection(Bundle owner,
Bundle bundle,
Resource[] aggregates,
Resource[] dependencies)
Constructs setting all necessary bits. |
|
DefaultResourceCollection(Bundle owner,
Bundle bundle,
Resource[] aggregates,
Resource[] dependencies)
Constructs setting all necessary bits. |
|
Tarjan(Resource... resources)
Same as Tarjan.Tarjan(List, boolean) , with checkModified set to false,but provided as array. |
Constructor parameters in fnug.resource with type arguments of type Resource | |
---|---|
ResourceResolver(List<Resource> configResources)
Constructs a resolver from the given list of resources pointing out config files. |
|
Tarjan(List<Resource> resources,
boolean checkModified)
Performs a tarjan's calculation of the given resources. |
Uses of Resource in fnug.servlet |
---|
Constructors in fnug.servlet with parameters of type Resource | |
---|---|
ToServeResource(Resource res,
String jsonp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |