- getAllClasses() - Method in interface org.tangram.mutable.MutableBeanFactory
-
return a collection of all classes available related with content for mutable bean instances.
- getAnnotation(String) - Static method in class org.tangram.mutable.CodeHelper
-
Derive annotation from pseudo filename.
- 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
-
- getCacheKey(Class<T>, String, String, Boolean) - 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.
- getCodeMimeTypes() - Static method in class org.tangram.mutable.CodeHelper
-
Return the set of mime types known and handled by this class.
- getExtension(String) - Static method in class org.tangram.mutable.CodeHelper
-
Derive filename extension from mime type.
- getFilterQuery(Class<F>, String, String) - Method in class org.tangram.mutable.AbstractMutableBeanFactory
-
Generic filter expression generation for a filter query.
- getFilterQuery(Class<F>, String, String) - Method in interface org.tangram.mutable.MutableBeanFactory
-
Create a suitable query clause for filter expressions.
- getFolder(String) - Static method in class org.tangram.mutable.CodeHelper
-
Get a pseudo folder name for a given mime type.
- getImplementingBaseClasses(Class<T>) - Method in class org.tangram.mutable.AbstractMutableBeanFactory
-
- 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.
- getMimetype(String) - Static method in class org.tangram.mutable.CodeHelper
-
Get mime type from pseudo directory name.
- getModificationTime() - Method in interface org.tangram.mutable.HasModificationTime
-
Obtain timestamp of last modification.