- getAllClasses() - Method in interface org.tangram.mutable.MutableBeanFactory
-
return a collection of all classes available related with content for mutable bean instances.
- getBaseClass() - Method in interface org.tangram.mutable.MutableBeanFactory
-
Returns the root class of all content classes handled by the implementing instance - may be null;
- getBasePackages() - Method in class org.tangram.mutable.AbstractMutableBeanFactory
-
- getBean(Class<T>, String, String) - Method in class org.tangram.mutable.AbstractMutableBeanFactory
-
- getBean(Class<T>, String) - Method in class org.tangram.mutable.AbstractMutableBeanFactory
-
- getClasses() - Method in class org.tangram.mutable.AbstractMutableBeanFactory
-
- getClasses() - Method in interface org.tangram.mutable.MutableBeanFactory
-
return a collection of all content classes available for mutable contents.
- getClassForName(String) - Method in class org.tangram.mutable.AbstractMutableBeanFactory
-
Gets the class for a given type name.
- getClassNamesCacheKey() - Method in class org.tangram.mutable.AbstractMutableBeanFactory
-
Cache key for the persistent cache to store all class names.
- getImplementingClasses(Class<T>) - Method in class org.tangram.mutable.AbstractMutableBeanFactory
-
Get the classes implementing a given baseClass.
- getImplementingClasses(Class<T>) - Method in interface org.tangram.mutable.MutableBeanFactory
-
Return a list of assignable non-abstract classes for a given type.
- getImplementingClassesForModelClass(Class<? extends Content>) - Method in class org.tangram.mutable.AbstractMutableBeanFactory
-
- getImplementingClassesMap() - Method in class org.tangram.mutable.AbstractMutableBeanFactory
-
just to support JSP's weak calling of methods.
- getImplementingClassesMap() - Method in interface org.tangram.mutable.MutableBeanFactory
-
Return a map mapping abstract classes to inheriting non-abstract classes.
- getKeyClass(String) - Method in class org.tangram.mutable.AbstractMutableBeanFactory
-
Get class name from query cache key.
- getListeners() - Method in class org.tangram.mutable.AbstractMutableBeanFactory
-
- getManager() - Method in interface org.tangram.mutable.MutableBeanFactory
-
Get managing instance of the underlying implementation.