| org.apache.beehive.netui.pageflow.adapter.Adapter
Adapter | public interface Adapter (Code) | | Base interface for all discoverable adapters.
|
Method Summary | |
public boolean | accept(AdapterContext context) Called upon the initialization, to decide whether this Adapter instance should become active.
Parameters: context - the context being initialized. | public void | setContext(AdapterContext context) Set the generic AdapterContext. |
accept | public boolean accept(AdapterContext context)(Code) | | Called upon the initialization, to decide whether this Adapter instance should become active.
Parameters: context - the context being initialized. true if the environment is appropriate for this Adapter, and it should become active. |
|
|