Class DefaultDispatcherExtension

java.lang.Object
org.eclnt.jsfserver.managedbean.DefaultDispatcherExtension
All Implemented Interfaces:
IDispatcherExtension

public class DefaultDispatcherExtension extends Object implements IDispatcherExtension
Default implementation of IDispatcherExtension.
  • Constructor Details

    • DefaultDispatcherExtension

      public DefaultDispatcherExtension()
  • Method Details

    • readObject

      public Object readObject(IDispatcher dispatcher, String key) throws Exception
      Default implementation: returns null.
      Specified by:
      readObject in interface IDispatcherExtension
      Returns:
      The object that is to be used by the dispatcher. If the extension is not responsible, then null is returned. If the extension is responsible, but cannot provide a value then it may return the value IDispatcherExtension.NULL, so that it indicates that no value can be provided.
      Throws:
      Exception