Uses of Class
org.exoplatform.container.context.CreationContext
-
Packages that use CreationContext Package Description org.exoplatform.container.context This package contains all the classes that are related to the Scope Management -
-
Uses of CreationContext in org.exoplatform.container.context
Methods in org.exoplatform.container.context that return CreationContext Modifier and Type Method Description <T> CreationContext<T>CreationContextStorage. getCreationContext(String id)Gives theCreationContextcorresponding to the givenContextualidMethods in org.exoplatform.container.context with parameters of type CreationContext Modifier and Type Method Description <T> TCreationContextStorage. setInstance(String id, CreationContext<T> creationContext)Stores an instance for the givenContextualid
-