Class AbstractSource

java.lang.Object
is.galia.source.AbstractSource

public abstract class AbstractSource extends Object
  • Field Details

  • Constructor Details

    • AbstractSource

      public AbstractSource()
  • Method Details

    • getDelegate

      protected Delegate getDelegate()
      Returns:
      Delegate. May be null.
    • getIdentifier

      public Identifier getIdentifier()
    • setDelegate

      public void setDelegate(Delegate delegate)
    • setIdentifier

      public void setIdentifier(Identifier identifier)

      Sets the identifier used by the instance.

      N.B.: The identifier property of the delegate's RequestContext must also be set.