| 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 |
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.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.