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  
Parameter — Class in package org.pranaframework.reflection
Provides information of a parameter passed to a method.
Parameter(index, type:org.pranaframework.reflection:Type, isOptional) — Constructor in class org.pranaframework.reflection.Parameter
Creates a new Parameter object.
parameters — Property in class org.pranaframework.cairngorm.SequenceEvent
parameters — Property in class org.pranaframework.reflection.Method
parse(node) — Method in interface org.pranaframework.ioc.factory.xml.parser.INodeParser
Will parse the given node.
parse(xml, properties) — Method in class org.pranaframework.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Parses all object definitions and returns the objectFactory that contains the parsed results.
parse(node) — Method in class org.pranaframework.ioc.factory.xml.parser.support.nodeparsers.AbstractNodeParser
This is an abstract method and should be overridden in a subclass.
parse(node) — Method in class org.pranaframework.ioc.factory.xml.parser.support.nodeparsers.ArrayCollectionNodeParser
This is an abstract method and should be overridden in a subclass.
parse(node) — Method in class org.pranaframework.ioc.factory.xml.parser.support.nodeparsers.ArrayNodeParser
This is an abstract method and should be overridden in a subclass.
parse(node) — Method in class org.pranaframework.ioc.factory.xml.parser.support.nodeparsers.DictionaryNodeParser
This is an abstract method and should be overridden in a subclass.
parse(node) — Method in class org.pranaframework.ioc.factory.xml.parser.support.nodeparsers.KeyValueNodeParser
This is an abstract method and should be overridden in a subclass.
parse(node) — Method in class org.pranaframework.ioc.factory.xml.parser.support.nodeparsers.ObjectNodeParser
This is an abstract method and should be overridden in a subclass.
parse(node) — Method in class org.pranaframework.ioc.factory.xml.parser.support.nodeparsers.RefNodeParser
This is an abstract method and should be overridden in a subclass.
Parse — Class in package org.pranaframework.utils
Parse(text, tags, level, offset) — Constructor in class org.pranaframework.utils.Parse
Parse constructor
Every table, tr and td is a Parse element
parseAndRegisterObjectDefinition(node) — Method in class org.pranaframework.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Parses and registers an object definition.
ParseError — Class in package org.pranaframework.utils
ParseError(message, errorOffset) — Constructor in class org.pranaframework.utils.ParseError
parseObjectDefinition(xml) — Method in class org.pranaframework.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Parses the given object definition node into an implementation of IObjectDefinition.
parseProperty(node) — Method in class org.pranaframework.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Will parse the given property node.
parsePropertyValue(node) — Method in class org.pranaframework.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Will parse the given property value using the node parsers.
parser — Property in class org.pranaframework.ioc.factory.xml.XMLObjectFactory
Contains the parser of the XML definitions.
parseTables(html) — Static method in class org.pranaframework.utils.HtmlUtils
parseTables
Parses tables with the Parse class and outputs String fit for use as htmlText.
No support for nested tables.
Ignores errors thrown by Parse.
parseText(s) — Static method in class org.pranaframework.utils.Parse
Unformat, unescape and trim a String.
parts — Property in class org.pranaframework.utils.Parse
first child
PendingCommandRegistry — Class in package org.pranaframework.cairngorm
PendingCommandRegistry() — Constructor in class org.pranaframework.cairngorm.PendingCommandRegistry
PendingCommandRegistryEvent — Class in package org.pranaframework.cairngorm
PendingCommandRegistryEvent(type, command, event) — Constructor in class org.pranaframework.cairngorm.PendingCommandRegistryEvent
postProcessAfterInitialization(object, objectName) — Method in class org.pranaframework.context.support.ApplicationContextAwareProcessor
postProcessAfterInitialization(object, objectName) — Method in interface org.pranaframework.ioc.factory.config.IObjectPostProcessor
postProcessAfterInitialization(object, objectName) — Method in class org.pranaframework.ioc.factory.config.ObjectFactoryAwarePostProcessor
postProcessAfterInitialization(object, objectName) — Method in class org.pranaframework.ioc.factory.config.RequiredMetadataObjectPostProcessor
This method has not been implemented
postProcessAfterInitialization(p_object, p_objectName) — Method in class org.pranaframework.puremvc.ioc.IocConfigNameAwarePostProcessor
postProcessBeforeInitialization(object, objectName) — Method in class org.pranaframework.context.support.ApplicationContextAwareProcessor
postProcessBeforeInitialization(object, objectName) — Method in interface org.pranaframework.ioc.factory.config.IObjectPostProcessor
postProcessBeforeInitialization(object, objectName) — Method in class org.pranaframework.ioc.factory.config.ObjectFactoryAwarePostProcessor
postProcessBeforeInitialization(object, objectName) — Method in class org.pranaframework.ioc.factory.config.RequiredMetadataObjectPostProcessor
Will check the metadata of the given object to see if any property contains [Required] metadata.
postProcessBeforeInitialization(p_object, p_objectName) — Method in class org.pranaframework.puremvc.ioc.IocConfigNameAwarePostProcessor
postProcessObjectFactory(objectFactory:org.pranaframework.ioc.factory.config:IConfigurableListableObjectFactory) — Method in interface org.pranaframework.ioc.factory.config.IObjectFactoryPostProcessor
preInstantiateSingletons() — Method in interface org.pranaframework.ioc.factory.config.IConfigurableListableObjectFactory
Instantiates all definitions that are defined as singleton and are not lazy.
preInstantiateSingletons() — Method in class org.pranaframework.ioc.factory.support.DefaultListableObjectFactory
Instantiates all definitions that are defined as singleton and are not lazy.
preprocess(xml) — Method in interface org.pranaframework.ioc.factory.xml.parser.IXMLObjectDefinitionsPreprocessor
Preprocesses the passed in xml data and returns it.
preprocess(xml) — Method in class org.pranaframework.ioc.factory.xml.preprocessors.AttributeToElementPreprocessor
Preprocesses the passed in xml data and returns it.
preprocess(xml) — Method in class org.pranaframework.ioc.factory.xml.preprocessors.IdAttributePreprocessor
Preprocesses the passed in xml data and returns it.
preprocess(xml) — Method in class org.pranaframework.ioc.factory.xml.preprocessors.MethodInvocationPreprocessor
preprocess(xml) — Method in class org.pranaframework.ioc.factory.xml.preprocessors.PropertiesPreprocessor
preprocess(xml) — Method in class org.pranaframework.ioc.factory.xml.preprocessors.ScopeAttributePrepocessor
Preprocesses the passed in xml data and returns it.
preprocess(xml) — Method in class org.pranaframework.ioc.factory.xml.preprocessors.SpringNamesPreprocessor
Preprocesses the passed in xml data and returns it.
preprocess(xml) — Method in class org.pranaframework.ioc.factory.xml.preprocessors.TemplatePreprocessor
Preprocesses the passed in xml data and returns it.
PRIVATE — Constant static property in class org.pranaframework.reflection.Type
properties — Property in interface org.pranaframework.ioc.IObjectDefinition
properties — Property in class org.pranaframework.ioc.ObjectDefinition
Properties — Class in package org.pranaframework.collections
The Properties class represents a collection of properties in the form of key-value pairs.
Properties() — Constructor in class org.pranaframework.collections.Properties
Creates a new Properties object.
PropertiesPreprocessor — Class in package org.pranaframework.ioc.factory.xml.preprocessors
Replaces all properties placeholders in the xml of the application context with the values in the Properties objects.
PropertiesPreprocessor(properties) — Constructor in class org.pranaframework.ioc.factory.xml.preprocessors.PropertiesPreprocessor
Creates a new PropertiesPreprocessor object.
PropertiesUtils — Class in package org.pranaframework.utils
PropertiesUtils() — Constructor in class org.pranaframework.utils.PropertiesUtils
Property — Class in package org.pranaframework.utils
Property(host, ... rest) — Constructor in class org.pranaframework.utils.Property
PropertyEditorRegistrySupport — Class in package org.pranaframework.objects
Default implementation of a property editor registry.
PropertyEditorRegistrySupport() — Constructor in class org.pranaframework.objects.PropertyEditorRegistrySupport
PROPERTY_ELEMENT — Constant static property in class org.pranaframework.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Constant value 'property'
propertyNames — Property in class org.pranaframework.collections.Properties
Returns an array with the keys of all properties.
PROPERTY_PROTOTOYPE — Constant static property in class org.pranaframework.domain.ValueObject
PropertyTypeError — Class in package org.pranaframework.errors
Thrown to indicate that a property was given an object of the wrong type.
PropertyTypeError(message) — Constructor in class org.pranaframework.errors.PropertyTypeError
Constructs a new PropertyTypeError
PROTOTYPE — Constant static property in class org.pranaframework.ioc.ObjectDefinitionScope
PROTOTYPE_NAME — Constant static property in class org.pranaframework.ioc.ObjectDefinitionScope
PROXY_NAMES_MAP — Constant static property in class org.pranaframework.puremvc.interfaces.IocConstants
put(key, value) — Method in interface org.pranaframework.collections.IMap
Adds an object to the map and associates it with the specified key.
put(key, value) — Method in class org.pranaframework.collections.Map
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