| Modifier and Type | Interface and Description |
|---|---|
interface |
IBaseIDFactory
Base marker interface for all ID factories.
|
interface |
IIDFactory<IDTYPE>
Interface for an object creating unique IDs.
|
interface |
IIntIDFactory
Interface for an object creating unique int IDs.
|
interface |
ILongIDFactory
Interface for an object creating unique long IDs.
|
interface |
IStringIDFactory
Interface for an object creating unique String IDs.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFileFilter
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IReadableResource
Base interface for an abstract readable resource.
|
interface |
IReadWriteResource
Base interface for an abstract resource that is both readable and writable.
|
interface |
IResourceBase
Base interface for an abstract readable resource.
|
interface |
IWritableResource
Base interface for an abstract writable resource.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IReadableResourceProvider
Resource provider interface for readable resources.
|
interface |
IWritableResourceProvider
Resource provider interface for readable and writable resources.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMicroQName
Represents a simple qualified name.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMimeType
Interface for the structured representation of a single MIME type.
|
class |
MimeTypeContent
Represent a single mapping from content bytes to an
IMimeType. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSessionApplicationSingleton
This is the base class for singleton objects that reside in the session
application non-web scope.
|
class |
AbstractSessionSingleton
This is the base class for singleton objects that reside in the session
non-web scope.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IHasSimpleURL
Interface for a simple URL provider.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IIterableNamespaceContext
A special namespace context interface that allows the iteration of the
contained mappings.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IXMLBracketModeDeterminator
Interface used in writing XML to determine which of the bracket mode as
outlined in
EXMLSerializeBracketMode should be used for a single
element. |
interface |
IXMLIndentDeterminator
Interface used in writing XML to determine the real indentation and align (as
defined in
EXMLSerializeIndent) that should be used for a single
element. |
Copyright © 2014–2016 Philip Helger. All rights reserved.