NextApp Echo3
v3.0.b4

nextapp.echo.app.util
Interface Context


public interface Context

Generic context object. Specific contexts are obtained by invoking get() method.


Method Summary
 java.lang.Object get(java.lang.Class specificContextClass)
          Returns a specific context, if supported, or null otherwise.
 

Method Detail

get

java.lang.Object get(java.lang.Class specificContextClass)
Returns a specific context, if supported, or null otherwise.

Parameters:
specificContextClass - the Class of the specific context to return.
Returns:
the specific context

NextApp Echo3
v3.0.b4