|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AggregatedResource
Extension of Resource
for resources that are products of other resource.
Method Summary | |
---|---|
Resource[] |
getAggregates()
Aggregates are the resources that actually make up the aggregated resource - that are used to produce the Resource.getBytes() . |
String |
getBasePath()
Base path for an aggregated resource is set to the owning bundle's name prepended with a slash. |
Resource[] |
getDependencies()
Dependencies are resources that are just dependent on for Resource.getLastModified() (along with
getAggregates() ) but are not part of making the bytes of the aggregate. |
Methods inherited from interface fnug.resource.Resource |
---|
checkModified, findRequiresTags, getBytes, getContentType, getFullPath, getLastModified, getPath, isCss, isJs |
Method Detail |
---|
String getBasePath()
mybundle
, the base path with be mybundle/
.
getBasePath
in interface Resource
Resource[] getAggregates()
Resource.getBytes()
.
Resource[] getDependencies()
Resource.getLastModified()
(along with
getAggregates()
) but are not part of making the bytes of the aggregate.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |