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  
CairngormFrontController — Class in package org.pranaframework.cairngorm.control
The CairngormFrontController extends Cairngorm's FrontController and adds the ability to pass in commands to the constructor.
CairngormFrontController(commands, commandPackage) — Constructor in class org.pranaframework.cairngorm.control.CairngormFrontController
Creates a new CairngormFrontController instance.
CairngormServiceLocator — Dynamic class in package org.pranaframework.cairngorm.business
Allows programmatic manipulation of the services inside Cairngorm's ServiceLocator.
CairngormServiceLocator() — Constructor in class org.pranaframework.cairngorm.business.CairngormServiceLocator
Creates a new CairngormServiceLocator object.
callProperty(methodName, ... rest) — Method in class org.pranaframework.config.AppSettings
Catches unknown method calls.
cancel() — Method in class org.pranaframework.cairngorm.EventSequence
In case of failure, this cancels the 'on deck' sequence
canCreate(clazz) — Method in class org.pranaframework.cairngorm.commands.CommandFactory
canCreate(clazz) — Method in interface org.pranaframework.cairngorm.commands.ICommandFactory
canCreate(clazz) — Method in class org.pranaframework.cairngorm.commands.ResponderCommandFactory
canParse(node) — Method in interface org.pranaframework.ioc.factory.xml.parser.INodeParser
Determines if the given node can be parsed.
canParse(node) — Method in class org.pranaframework.ioc.factory.xml.parser.support.nodeparsers.AbstractNodeParser
Determines if the given node can be parsed.
canResolve(property) — Method in interface org.pranaframework.ioc.factory.IReferenceResolver
Indicates if the given property can be resolved by this reference resolver
canResolve(property) — Method in class org.pranaframework.ioc.factory.support.AbstractReferenceResolver
Indicates if the given property can be resolved by this reference resolver
canResolve(property) — Method in class org.pranaframework.ioc.factory.support.referenceresolvers.ArrayCollectionReferenceResolver
Checks if the object is an ArrayCollection

Indicates if the given property can be resolved by this reference resolver

canResolve(property) — Method in class org.pranaframework.ioc.factory.support.referenceresolvers.ArrayReferenceResolver
Checks if the object is an Array

Indicates if the given property can be resolved by this reference resolver

canResolve(property) — Method in class org.pranaframework.ioc.factory.support.referenceresolvers.DictionaryReferenceResolver
Checks if the object is a Dictionary or an Object

Indicates if the given property can be resolved by this reference resolver

canResolve(property) — Method in class org.pranaframework.ioc.factory.support.referenceresolvers.ObjectReferenceResolver
Checks if the object is a IObjectReference

Indicates if the given property can be resolved by this reference resolver

cdata(data) — Static method in class org.pranaframework.utils.XMLUtils
Creates a CDATA section for the given data string.
chain — Property in class org.pranaframework.utils.Property
CHANGE — Constant static property in class org.pranaframework.config.AppSettingsEvent
CLASS_ATTRIBUTE — Constant static property in class org.pranaframework.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Constant value 'class'
className — Property in interface org.pranaframework.ioc.IObjectDefinition
className — Property in class org.pranaframework.ioc.ObjectDefinition
ClassNotFoundError — Class in package org.pranaframework.errors
Thrown when an application tries to retrieve a class by its name and the corresponding class could not be found.
ClassNotFoundError(message) — Constructor in class org.pranaframework.errors.ClassNotFoundError
Creates a new ClassNotFoundError object.
ClassPropertyEditor — Class in package org.pranaframework.objects.propertyeditors
Converts class names to class objects.
ClassPropertyEditor() — Constructor in class org.pranaframework.objects.propertyeditors.ClassPropertyEditor
ClassUtils — Class in package org.pranaframework.utils
Provides utilities for working with Class objects.
clazz — Property in class org.pranaframework.reflection.Type
clear() — Method in interface org.pranaframework.collections.IMap
Removes all key/value pairs from the map.
clear() — Method in class org.pranaframework.collections.Map
CLEAR — Constant static property in class org.pranaframework.config.AppSettingsEvent
clearCache() — Static method in class org.pranaframework.utils.MetadataUtils
Allows you to clear the internal cache.
CLEAR_CACHE_INTERVAL — Static property in class org.pranaframework.utils.MetadataUtils
The interval (in miliseconds) at which the cache will be cleared.
clearObjectFromInternalCache(name) — Method in interface org.pranaframework.ioc.factory.IObjectFactory
Removes an object from the internal object definition cache.
clearObjectFromInternalCache(name) — Method in class org.pranaframework.ioc.factory.support.AbstractObjectFactory
Removes an object from the internal object definition cache.
clone() — Method in class org.pranaframework.domain.Enum
Returns the same enum instead of cloning it.
clone() — Method in interface org.pranaframework.domain.IValueObject
Clones (copies) the value object.
clone() — Method in class org.pranaframework.domain.ValueObject
clone(array) — Static method in class org.pranaframework.utils.ArrayUtils
Clones an array.
clone(object) — Static method in class org.pranaframework.utils.ObjectUtils
clonePropertyValue(property, name) — Method in class org.pranaframework.domain.ValueObject
CLOSE — Constant static property in class org.pranaframework.events.XMLSocketEvent
collectionChange — Event in class org.pranaframework.collections.Map
command — Property in class org.pranaframework.cairngorm.PendingCommandRegistryEvent
CommandFactory — Class in package org.pranaframework.cairngorm.commands
CommandFactory() — Constructor in class org.pranaframework.cairngorm.commands.CommandFactory
commandMap — Property in class org.pranaframework.cairngorm.control.CairngormFrontController
COMMAND_NAMES_MAP — Constant static property in class org.pranaframework.puremvc.interfaces.IocConstants
commandPackage — Property in class org.pranaframework.cairngorm.control.CairngormFrontController
CommandProxy — Class in package org.pranaframework.cairngorm.commands
CommandProxy(command) — Constructor in class org.pranaframework.cairngorm.commands.CommandProxy
complete — Event in class org.pranaframework.ioc.factory.xml.XMLObjectFactory
Dispatched as a result of a call to the load method when all available configurations have been parsed.
configLocations — Property in interface org.pranaframework.ioc.factory.xml.IXMLObjectFactory
Returns an array of configuration locations.
configLocations — Property in class org.pranaframework.ioc.factory.xml.XMLObjectFactory
Returns an array of configuration locations.
CONNECT — Constant static property in class org.pranaframework.events.XMLSocketEvent
Constant — Class in package org.pranaframework.reflection
A property defined with the const statement
Constant(name, type:org.pranaframework.reflection:Type, declaringType:org.pranaframework.reflection:Type, isStatic) — Constructor in class org.pranaframework.reflection.Constant
Creates a new Constant object.
constants — Property in class org.pranaframework.reflection.Type
Constants — Class in package org.pranaframework.ioc.util
CONSTRUCTOR_ARG_ELEMENT — Constant static property in class org.pranaframework.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Constant value 'constructor-arg'
constructorArguments — Property in interface org.pranaframework.ioc.IObjectDefinition
constructorArguments — Property in class org.pranaframework.ioc.ObjectDefinition
container — Property in interface org.pranaframework.puremvc.interfaces.IIocFacade
container — Property in class org.pranaframework.puremvc.patterns.facade.IocFacade
contains(item) — Method in class org.pranaframework.collections.Map
containsKey(dictionary, key) — Static method in class org.pranaframework.utils.DictionaryUtils
Check whether the given dictionary contains the given key.
containsObject(objectName) — Method in interface org.pranaframework.ioc.factory.IObjectFactory
Determines if the object factory contains a definition with the given name.
containsObject(objectName) — Method in class org.pranaframework.ioc.factory.support.AbstractObjectFactory
Determines if the object factory contains a definition with the given name.
containsObjectDefinition(objectName) — Method in class org.pranaframework.ioc.factory.support.DefaultListableObjectFactory
Determines if an object definition with the given name exists
containsObjectDefinition(objectName) — Method in interface org.pranaframework.ioc.factory.support.IObjectDefinitionRegistry
Determines if an object definition with the given name exists
containsValue(dictionary, value) — Static method in class org.pranaframework.utils.DictionaryUtils
Check whether the given dictionary contains the given value.
convertAttributeToNode(xml, attribute) — Static method in class org.pranaframework.utils.XMLUtils
Converts an attribute to a node.
convertFullyQualifiedName(className) — Static method in class org.pranaframework.utils.ClassUtils
Converts the double colon (::) in a fully qualified class name to a dot (.)
convertIfNecessary(value, requiredType) — Method in interface org.pranaframework.objects.ITypeConverter
Convert the given value to the required type.
convertIfNecessary(value, requiredType) — Method in class org.pranaframework.objects.SimpleTypeConverter
Convert the given value to the required type.
copyFrom(other) — Method in interface org.pranaframework.domain.IValueObject
Copies the properties from the given value object into this value object.
copyFrom(other) — Method in class org.pranaframework.domain.ValueObject
createBusinessDelegate() — Method in class org.pranaframework.cairngorm.business.BusinessDelegateFactory
createBusinessDelegate() — Method in interface org.pranaframework.cairngorm.business.IBusinessDelegateFactory
createCommand(clazz) — Method in class org.pranaframework.cairngorm.commands.CommandFactory
createCommand(clazz) — Method in interface org.pranaframework.cairngorm.commands.ICommandFactory
Creates a command for the passed command type
createCommand(clazz) — Method in class org.pranaframework.cairngorm.commands.ResponderCommandFactory
createCommand(cmdClass) — Method in class org.pranaframework.cairngorm.control.CairngormFrontController
createCursor() — Method in class org.pranaframework.collections.Map
createCursor() — Method in class org.pranaframework.collections.TypedCollection
createEvent() — Method in class org.pranaframework.cairngorm.SequenceEvent
current — Property in class org.pranaframework.collections.MapViewCursor
current — Property in class org.pranaframework.collections.TypedCollectionViewCursor
Provides access the object at the location in the source collection referenced by this cursor.
cursorUpdate — Event in class org.pranaframework.collections.MapViewCursor
cursorUpdate — Event in class org.pranaframework.collections.TypedCollectionViewCursor
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