Constructor and Description |
---|
AbstractResource(AbstractResourceOrigin origin) |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathResourceOrigin
A
ResourceOrigin which serves resources collected from the web application classpath. |
class |
LegacyClasspathResourceOrigin
Exposes resources under the /mgnl-resources/ folder as if they were under the root path.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystemResourceOrigin
A
ResourceOrigin which loads resources on the file system. |
Modifier and Type | Class and Description |
---|---|
class |
JcrResourceOrigin
A
ResourceOrigin which loads resources from JCR. |
Modifier and Type | Class and Description |
---|---|
class |
LayeredResourceOrigin
An implementation of
ResourceOrigin which aggregates
other instances of ResourceOrigin ; resources located on the same path will
be served from the foremost ResourceOrigin, but resources that exist only on one path will always be served. |
Copyright © 2003–2017 Magnolia International Ltd.. All rights reserved.