public class Delegates extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Delegates.CreateFileStream
Represents the interface that instantiates stream used to write output file data.
|
static class |
Delegates.CreatePageStream
Represents interface that instantiates stream used to write output page data.
|
static class |
Delegates.CreateResourceStream
Represents the method that instantiates stream used to write output HTML resource data.
|
static class |
Delegates.CreateResourceUrl
Represents the method that creates URL for HTML resource.
|
static class |
Delegates.ReleaseFileStream
Releases interface which was instantiated by the method associated with
Delegates.CreateFileStream delegate. |
static class |
Delegates.ReleasePageStream
Releases stream which was instantiated by the method associated with
Delegates.CreatePageStream delegate. |
static class |
Delegates.ReleaseResourceStream
Releases stream which was instantiated by the method associated with
Delegates.CreateResourceStream delegate. |
Constructor and Description |
---|
Delegates() |