org.elkoserver.server.context
Interface ContextKey

All Known Implementing Classes:
ContextKeyCap

public interface ContextKey

Interface for capabilities that enable entry to entry controlled contexts.


Method Summary
 boolean enablesEntry(String contextRef)
          Test if this key enables entry to a particular context.
 

Method Detail

enablesEntry

boolean enablesEntry(String contextRef)
Test if this key enables entry to a particular context.

Parameters:
contextRef - Reference string of the context of interest.
Returns:
true if this key enables entry to the context designated by 'contextRef', false if not.