Class DefaultTransformableResource
java.lang.Object
com.atlassian.plugin.webresource.transformer.DefaultTransformableResource
- All Implemented Interfaces:
TransformableResource
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultTransformableResource(com.atlassian.plugin.elements.ResourceLocation location, com.atlassian.plugin.servlet.DownloadableResource nextResource) -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.plugin.elements.ResourceLocationlocation()com.atlassian.plugin.servlet.DownloadableResource
-
Constructor Details
-
DefaultTransformableResource
public DefaultTransformableResource(com.atlassian.plugin.elements.ResourceLocation location, com.atlassian.plugin.servlet.DownloadableResource nextResource)
-
-
Method Details
-
location
public com.atlassian.plugin.elements.ResourceLocation location()- Specified by:
locationin interfaceTransformableResource
-
nextResource
public com.atlassian.plugin.servlet.DownloadableResource nextResource()- Specified by:
nextResourcein interfaceTransformableResource
-