Class AbstractSource
java.lang.Object
is.galia.source.AbstractSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DelegatevoidsetDelegate(Delegate delegate) voidsetIdentifier(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'sRequestContextmust also be set.
-