| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| get(key) — Method in interface org.pranaframework.collections.IMap |
|
Returns the value in the map associated with the specified key. |
| get(key) — Method in class org.pranaframework.collections.Map |
| |
| getAttribute(name) — Method in class org.pranaframework.utils.Parse |
|
attribute value by name
|
| getClassInfo(object) — Static method in class org.pranaframework.utils.ObjectUtils |
|
Wraps ObjectUtil.getClassInfo() and adds support for the following
primitive types: String, Number, int, uint, Boolean, Date and Array. |
| getConfigName() — Method in interface org.pranaframework.puremvc.interfaces.IIocConfigNameAware |
| |
| getConfigName() — Method in class org.pranaframework.puremvc.patterns.command.IocMacroCommand |
| |
| getConfigName() — Method in class org.pranaframework.puremvc.patterns.command.IocManagedMacroCommand |
| |
| getConfigName() — Method in class org.pranaframework.puremvc.patterns.command.IocSimpleCommand |
| |
| getConfigName() — Method in class org.pranaframework.puremvc.patterns.mediator.IocMediator |
| |
| getConfigName() — Method in class org.pranaframework.puremvc.patterns.proxy.IocProxy |
| |
| getErrorOffset() — Method in class org.pranaframework.utils.ParseError |
| |
| getField(name) — Method in class org.pranaframework.reflection.Type |
|
Returns the Field object for the field in this type
with the given name. |
| getFromObject(object) — Static method in class org.pranaframework.utils.MetadataUtils |
|
Will return the metadata for the given object or class. |
| getFromString(className) — Static method in class org.pranaframework.utils.MetadataUtils |
|
Will retrieve the metadata for the given class. |
| getFullQualifiedClassName(object) — Static method in class org.pranaframework.utils.ObjectUtils |
| |
| getFullyQualifiedImplementedInterfaceNames(clazz, replaceColons) — Static method in class org.pranaframework.utils.ClassUtils |
|
Returns an array of all fully qualified interface names that the
given class implements. |
| getFullyQualifiedName(clazz, replaceColons) — Static method in class org.pranaframework.utils.ClassUtils |
|
Returns the fully qualified name of the given class. |
| getFullyQualifiedSuperClassName(clazz, replaceColons) — Static method in class org.pranaframework.utils.ClassUtils |
|
Returns the fully qualified name of the given class' superclass. |
| getHTTPService(name) — Method in class org.pranaframework.cairngorm.business.CairngormServiceLocator |
| |
| getImplementedInterfaceNames(clazz) — Static method in class org.pranaframework.utils.ClassUtils |
|
Returns an array of all interface names that the given class implements. |
| getImplementedInterfaces(clazz) — Static method in class org.pranaframework.utils.ClassUtils |
|
Returns an array of all interface names that the given class implements. |
| getInstance() — Static method in class org.pranaframework.cairngorm.PendingCommandRegistry |
| |
| getInstance() — Static method in class org.pranaframework.cairngorm.business.CairngormServiceLocator |
|
Returns the sigleton instance of the
CairngormServiceLocator. |
| getInstance() — Static method in class org.pranaframework.cairngorm.control.CairngormFrontController |
| |
| getInstance() — Static method in class org.pranaframework.config.AppSettings |
|
Returns the singleton instance of the AppSettings class. |
| getInstance(p_iocFactory:org.pranaframework.ioc.factory.support:AbstractObjectFactory) — Static method in class org.pranaframework.puremvc.core.controller.IocController |
| |
| getKeys(dictionary) — Static method in class org.pranaframework.utils.DictionaryUtils |
|
Returns an array with the keys of the dictionary. |
| getKeys(object) — Static method in class org.pranaframework.utils.ObjectUtils |
|
Returns an array with the keys of this object. |
| getMessage() — Method in class org.pranaframework.utils.ParseError |
| |
| getMethod(name) — Method in class org.pranaframework.reflection.Type |
|
Returns the Method object for the method in this type
with the given name. |
| getName(clazz) — Static method in class org.pranaframework.utils.ClassUtils |
|
Returns the name of the given class. |
| getNameFromFullyQualifiedName(fullyQualifiedName) — Static method in class org.pranaframework.utils.ClassUtils |
|
Returns the name of the class or interface, based on the given fully
qualified class or interface name. |
| getNodeNames() — Method in interface org.pranaframework.ioc.factory.xml.parser.INodeParser |
|
Return an array containing the node names this parser can parse
|
| getNodeNames() — Method in class org.pranaframework.ioc.factory.xml.parser.support.nodeparsers.AbstractNodeParser |
|
Return an array containing the node names this parser can parse
|
| getNumProperties(object) — Static method in class org.pranaframework.utils.ObjectUtils |
|
Returns the number of properties in this object. |
| getObject() — Method in interface org.pranaframework.ioc.factory.IFactoryObject |
| |
| getObject(name, constructorArguments) — Method in interface org.pranaframework.ioc.factory.IObjectFactory |
|
Will retrieve an object by it's name/id If the definition is a singleton it will be retrieved from
cache if possible. |
| getObject() — Method in class org.pranaframework.ioc.factory.config.AbstractFactoryObject |
| |
| getObject() — Method in class org.pranaframework.ioc.factory.config.FieldRetrievingFactoryObject |
| |
| getObject() — Method in class org.pranaframework.ioc.factory.config.LoggingTargetFactoryObject |
| |
| getObject() — Method in class org.pranaframework.ioc.factory.config.RandomNumberFactoryObject |
| |
| getObject(name, constructorArguments) — Method in class org.pranaframework.ioc.factory.support.AbstractObjectFactory |
|
Will retrieve an object by it's name/id If the definition is a singleton it will be retrieved from
cache if possible. |
| getObjectDefinition(objectName) — Method in class org.pranaframework.ioc.factory.support.DefaultListableObjectFactory |
|
Returns the object definition registered with the given name. |
| getObjectDefinition(objectName) — Method in interface org.pranaframework.ioc.factory.support.IObjectDefinitionRegistry |
|
Returns the object definition registered with the given name. |
| getObjectNamesForType(type) — Method in interface org.pranaframework.ioc.factory.IListableObjectFactory |
|
Returns all object definitions names that implement the given type. |
| getObjectNamesForType(type) — Method in class org.pranaframework.ioc.factory.support.DefaultListableObjectFactory |
|
Returns all object definitions names that implement the given type. |
| getObjectPostProcessors() — Method in class org.pranaframework.puremvc.patterns.facade.IocFacade |
|
Enables adding object postprocessors in internal prana container. |
| getObjectsOfType(type) — Method in interface org.pranaframework.ioc.factory.IListableObjectFactory |
|
Returns all object definitions that implement the given type. |
| getObjectsOfType(type) — Method in class org.pranaframework.ioc.factory.support.DefaultListableObjectFactory |
|
Returns all object definitions that implement the given type. |
| getObjectType() — Method in interface org.pranaframework.ioc.factory.IFactoryObject |
| |
| getObjectType() — Method in class org.pranaframework.ioc.factory.config.AbstractFactoryObject |
| |
| getObjectType() — Method in class org.pranaframework.ioc.factory.config.FieldRetrievingFactoryObject |
| |
| getObjectType() — Method in class org.pranaframework.ioc.factory.config.LoggingTargetFactoryObject |
| |
| getObjectType() — Method in class org.pranaframework.ioc.factory.config.RandomNumberFactoryObject |
| |
| getProperty(key) — Method in class org.pranaframework.collections.Properties |
|
Gets the value of property that corresponds to the given key. |
| getProperty(name) — Method in class org.pranaframework.config.AppSettings |
|
Returns the value that matches the value with the given name. |
| getProperty(properties, key) — Static method in class org.pranaframework.utils.PropertiesUtils |
| |
| getRemoteObject(name) — Method in class org.pranaframework.cairngorm.business.CairngormServiceLocator |
| |
| getSuperClass(clazz) — Static method in class org.pranaframework.utils.ClassUtils |
|
Returns the class that the passed in clazz extends. |
| getSuperClassName(clazz) — Static method in class org.pranaframework.utils.ClassUtils |
|
Returns the name of the given class' superclass. |
| getType(objectName) — Method in interface org.pranaframework.ioc.factory.IObjectFactory |
|
Returns the type that is defined on the object definition. |
| getType(objectName) — Method in class org.pranaframework.ioc.factory.support.AbstractObjectFactory |
|
Returns the type that is defined on the object definition. |
| getValue(target) — Method in class org.pranaframework.reflection.Field |
|
Returns the value of the field. |
| getValue() — Method in class org.pranaframework.utils.Property |
|
Returns the value of the property. |
| getWebService(name) — Method in class org.pranaframework.cairngorm.business.CairngormServiceLocator |
| |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |