Uses of Class
org.granite.context.GraniteContext

Packages that use GraniteContext
org.granite.context   
org.granite.messaging.amf.io   
 

Uses of GraniteContext in org.granite.context
 

Subclasses of GraniteContext in org.granite.context
 class SimpleGraniteContext
           
 

Methods in org.granite.context that return GraniteContext
static GraniteContext GraniteContext.getCurrentInstance()
           
 

Methods in org.granite.context with parameters of type GraniteContext
protected static void GraniteContext.setCurrentInstance(GraniteContext context)
           
 

Uses of GraniteContext in org.granite.messaging.amf.io
 

Fields in org.granite.messaging.amf.io declared as GraniteContext
protected  GraniteContext AMF3Deserializer.context
           
protected  GraniteContext AMF3Serializer.context