class documentation

class InheritingLocator(OverridingLocator): (source)

View In Hierarchy

This locator should inherit the responder from OverridingLocator.

Inherited from OverridingLocator:

Method greetingResponder Return a different cookieplus than TestLocator.greetingResponder.

Inherited from TestLocator (via OverridingLocator):

Method __init__ Undocumented
Instance Variable greetings Undocumented

Inherited from CommandLocator (via OverridingLocator, TestLocator):

Method locateResponder Locate a callable to invoke when executing the named command.
Method lookupFunction Deprecated synonym for CommandLocator.locateResponder
Method _wrapWithSerialization Wrap aCallable with its command's argument de-serialization and result serialization logic.