Interface | Description |
---|---|
NamedResource | |
Resource |
Interface that defines the behavior of a template.
|
Class | Description |
---|---|
ByteResource |
Basic implementation of a
NamedResource that simply stores a
reference to the provided bytes. |
FileResource |
Resource that provide access to a file.
|
LookupResource |
Resource that is able to handle string path prefixed by a lookup string.
|
ResourcePath |
Provides a link between a resource path, its recognized lookup and its
resolved value.
|
SimpleResource |
Basic implementation of a resource that simply stores a reference to the
provided bytes.
|
Copyright © 2017. All rights reserved.