Class AbstractSource
java.lang.Object
is.galia.source.AbstractSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Delegate
void
setDelegate
(Delegate delegate) void
setIdentifier
(Identifier identifier) Sets the identifier used by the instance.
-
Field Details
-
identifier
-
delegate
-
-
Constructor Details
-
AbstractSource
public AbstractSource()
-
-
Method Details
-
getDelegate
- Returns:
- Delegate. May be
null
.
-
getIdentifier
-
setDelegate
-
setIdentifier
Sets the identifier used by the instance.
N.B.: The identifier property of the
delegate
'sRequestContext
must also be set.
-