A B C D E G H I L M N O P R S T V

A

AddCacheEntry(String, Object, Scope, int) - Method in interface com.plumtree.portaluiinfrastructure.tags.ITagState
AddJavascript(HTMLScriptCollection) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method is used to add JavaScript for this tag.
APPLICATION - Static variable in class com.plumtree.portaluiinfrastructure.tags.Scope
Application Scope
ARelatedTag - Class in com.plumtree.portaluiinfrastructure.tags.metadata
This base class provides programmatic access to the tag meta data for required and related parent and child tags.
ARelatedTag(ITagMetaData) - Constructor for class com.plumtree.portaluiinfrastructure.tags.metadata.ARelatedTag
Creates a new related tag meta data object.
ATag - Class in com.plumtree.portaluiinfrastructure.tags
This is the base class that developers will use to write their own custom tags.
ATag() - Constructor for class com.plumtree.portaluiinfrastructure.tags.ATag
ATagAttribute - Class in com.plumtree.portaluiinfrastructure.tags.metadata
This base class provides programmatic access to the tag meta data for attributes, including name, description, type, requirement, and default values.
ATagAttribute(String, String, AttributeType) - Constructor for class com.plumtree.portaluiinfrastructure.tags.metadata.ATagAttribute
Creates a new tag attribute.
ATagDefDisplay - Class in com.plumtree.portaluiinfrastructure.tags
Base class for Tags that retrieves and displays stored Tag Output Definitions
ATagDefDisplay() - Constructor for class com.plumtree.portaluiinfrastructure.tags.ATagDefDisplay
AttributeType - Class in com.plumtree.portaluiinfrastructure.tags.metadata
This enumeration specifies the type of an attribute.

B

BOOLEAN - Static variable in class com.plumtree.portaluiinfrastructure.tags.metadata.AttributeType
boolean

C

CHAR - Static variable in class com.plumtree.portaluiinfrastructure.tags.metadata.AttributeType
char
CheckDefaultValue() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.OptionalTagAttribute
This method is used to ensure that default values are of the appropriate type.
CheckNameSafety() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.ATagAttribute
This helper method checks whether or not the attribute name contains any illegal characters, such as whitespace.
CheckValue(String) - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.RequiredTagAttribute
This method is used to ensure that the input supplied for this attribute is valid.
com.plumtree.portaluiinfrastructure.tags - package com.plumtree.portaluiinfrastructure.tags
com.plumtree.portaluiinfrastructure.tags.data - package com.plumtree.portaluiinfrastructure.tags.data
com.plumtree.portaluiinfrastructure.tags.metadata - package com.plumtree.portaluiinfrastructure.tags.metadata
com.plumtree.portaluiinfrastructure.tags.tasks - package com.plumtree.portaluiinfrastructure.tags.tasks
com.plumtree.uiinfrastructure.uitasks - package com.plumtree.uiinfrastructure.uitasks
Create() - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method is used to create new instance of managed (i.e.

D

DEBUG_MODE_KEY - Static variable in class com.plumtree.portaluiinfrastructure.tags.tasks.TagStateTasks
The key that the debug mode boolean is stored with in PORTLET_REQUEST scope.
DEFAULT_TAGSCOPE - Static variable in class com.plumtree.portaluiinfrastructure.tags.data.TagDataSetterPTURLDOData
DisplaySharedJavascript() - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method is used to display JavaScript that only needs to included on a page once, regardless of how many times a particular tag is used on that page (such as including JavaScript files).
DisplayTag() - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This is the main display method of the Tag.
DOUBLE - Static variable in class com.plumtree.portaluiinfrastructure.tags.metadata.AttributeType
double

E

EncodeForTagDoc(String) - Static method in class com.plumtree.portaluiinfrastructure.tags.ATag
Helper function to format a string with HTML, tags to properly display in Tag Docs.
Equals(Object) - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.TagLibraryMetaData
Return true if the Object _object is a TagLibraryMetaData object and it's name and version are the same as this TagLibraryMetaData object's name and version.

G

GetAccessStyle() - Method in interface com.plumtree.uiinfrastructure.uitasks.IEnvironment
This method returns the current access style (i.e.
GetAnyStateVariable(String) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
Gets a variable from memory from all scopes.
GetAnyVariable(String) - Method in interface com.plumtree.portaluiinfrastructure.tags.ITagState
Gets a variable from memory from all scopes.
GetApplication() - Method in interface com.plumtree.portaluiinfrastructure.tags.ITagState
Return the Application for use in storing data on the HTTP Application.
GetCacheEntryData(String, Scope) - Method in interface com.plumtree.portaluiinfrastructure.tags.ITagState
GetCurrentHTTPRequest() - Method in interface com.plumtree.uiinfrastructure.uitasks.IEnvironment
Return the HTTP Request for the current request.
GetCurrentHTTPResponse() - Method in interface com.plumtree.uiinfrastructure.uitasks.IEnvironment
Return the HTTP Response for the current request.
GetCurrentNormalizedBaseURL() - Method in interface com.plumtree.uiinfrastructure.uitasks.IEnvironment
Return the normalized base url of the current request.
GetCurrentRequestURL() - Method in interface com.plumtree.uiinfrastructure.uitasks.IEnvironment
Return the full url of the current request.
GetData(String) - Method in class com.plumtree.portaluiinfrastructure.tags.data.HashtableDataObject
GetData(String) - Method in interface com.plumtree.portaluiinfrastructure.tags.data.IDataObject
Gets the data stored with a particular key.
GetDefaultValue() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.ATagAttribute
The default value for an optional attribute if the attribute is not present or is of the incorrect type.
GetDefaultValue() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.OptionalTagAttribute
GetDefaultValue() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.RequiredTagAttribute
GetDescription() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.ATagAttribute
The description of the attribute and it's behavior.
GetDescription() - Method in interface com.plumtree.portaluiinfrastructure.tags.metadata.ITagMetaData
Gets the description of the tag
GetDescription() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.TagLibraryMetaData
Gets the description of this tag library.
GetDescription() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.TagMetaData
GetDisplayName() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.TagLibraryMetaData
Gets the display name of this tag library.
GetEnvironment() - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
Gets the environment for the current tag and request.
GetExample() - Method in interface com.plumtree.portaluiinfrastructure.tags.metadata.ITagMetaData
Gets the example text for this tag
GetExample() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.TagMetaData
GetHashTable() - Method in class com.plumtree.portaluiinfrastructure.tags.data.HashtableDataObject
Get the underlying hashtable object.
GetHierData(String) - Method in class com.plumtree.portaluiinfrastructure.tags.data.HashtableDataObject
GetHierData(String) - Method in interface com.plumtree.portaluiinfrastructure.tags.data.IHierarchicalDataObject
Gets hierarchical data
GetIsDebugMode(ITagState) - Static method in class com.plumtree.portaluiinfrastructure.tags.tasks.TagStateTasks
Check if the current tag is in debug mode.
GetIsRequired() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.ATagAttribute
Gets whether or not this attribute is required to be present every time the tag is used.
GetIsRequired() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.OptionalTagAttribute
GetIsRequired() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.RequiredTagAttribute
GetLanguage() - Method in interface com.plumtree.uiinfrastructure.uitasks.IEnvironment
Gets the current language of the user.
GetLocale() - Method in interface com.plumtree.uiinfrastructure.uitasks.IEnvironment
Gets the current locale of the user.
GetMemoryData(ITagState, String) - Method in class com.plumtree.portaluiinfrastructure.tags.data.TagDataGetterPTURLDOList
Gets PTURL IOD data.
GetName() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.ATagAttribute
The name of the attribute.
GetName() - Method in interface com.plumtree.portaluiinfrastructure.tags.metadata.ITagMetaData
Gets the name of the tag
GetName() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.TagLibraryMetaData
Gets the name of this tag library.
GetName() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.TagMetaData
GetPersistentSubSession() - Method in interface com.plumtree.portaluiinfrastructure.tags.ITagState
Deprecated. The Persistent Session is no longer available in tags. The normal Session scope should be used instead.
GetScope(String) - Static method in class com.plumtree.portaluiinfrastructure.tags.Scope
This helper method converts from a String representation of a scope to a Scope object.
GetScopeSearchOrder() - Static method in class com.plumtree.portaluiinfrastructure.tags.Scope
Returns the order in which Scopes are searched during attribute value replacement.
GetSharedVariable(String, Scope) - Method in interface com.plumtree.portaluiinfrastructure.tags.ITagState
Gets a shared variable from memory in the appropriate scope.
GetState() - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
Gets the variable state helper object.
GetStateSharedVariable(String, Scope) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
Gets a shared variable from memory in the appropriate scope.
GetStateVariable(String, Scope) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
Gets a variable from memory in the appropriate scope.
GetString(int, String) - Method in interface com.plumtree.uiinfrastructure.uitasks.IEnvironment
This method gets localized strings for an internationalized string file based on the user's locale.
GetSubSession() - Method in interface com.plumtree.portaluiinfrastructure.tags.ITagState
Returns the subsession that can be used to store data on the HTTP Session.
GetTagAttribute(String) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method gets the value of the requested pt attribute.
GetTagAttributeAsBoolean(ATagAttribute) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method gets the requested attribute if it was present in the tag.
GetTagAttributeAsChar(ATagAttribute) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method gets the requested attribute if it was present in the tag.
GetTagAttributeAsDouble(ATagAttribute) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method gets the requested attribute if it was present in the tag.
GetTagAttributeAsInt(ATagAttribute) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method gets the requested attribute if it was present in the tag.
GetTagAttributeAsLong(ATagAttribute) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method gets the requested attribute if it was present in the tag.
GetTagAttributeAsScope(ATagAttribute) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method gets the requested attribute if it was present in the tag.
GetTagAttributeAsString(ATagAttribute) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method gets the requested attribute if it was present in the tag.
GetTagAttributeAsTagVariable(ATagAttribute, Scope) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method gets the requested attribute if it was present in the tag.
GetTagAttributeNames() - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
Gets an enumeration of the names of all the pt attributes in this tag.
GetTagData() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.ARelatedTag
Gets the data about the related tag.
GetTagType() - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method describes what kind of tag this is.
GetTimeZone() - Method in interface com.plumtree.uiinfrastructure.uitasks.IEnvironment
Gets the time zone of the current user.
GetType() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.ATagAttribute
The data type of the attribute.
GetUniqueID() - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
Gets a unique ID for this instance of this tag.
GetUserSession() - Method in interface com.plumtree.uiinfrastructure.uitasks.IEnvironment
Return the user's Session.
GetVariable(String, Scope) - Method in interface com.plumtree.portaluiinfrastructure.tags.ITagState
Gets a variable from memory in the appropriate scope.
GetVarPack(String) - Method in interface com.plumtree.uiinfrastructure.uitasks.IEnvironment
Deprecated. Variable packages are no longer available directly in tags. In the portal, the Environment object can be cast to an Activity Space and VarPacks can be retrieved that way.
GetVersion() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.TagLibraryMetaData
Gets the version of this tag library.
GetXMLTagAttribute(String) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method gets the value of the requested non-pt attribute.
GetXMLTagAttributeNames() - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
Gets an enumeration of the names of all the non-pt attributes in this tag.
GetXMLTagAttributesAsString() - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
Calculates a string containing all of the non-pt attributes that can be inserted inside an XML tag to add all of the attributes to the tag.

H

HasChildTag(ITagMetaData) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
Check whether or not a particular Transformer Tag is nested inside the current Tag.
HashtableDataObject - Class in com.plumtree.portaluiinfrastructure.tags.data
This class is wrapper around XPHashtable that allows it to be used as a data collection in Tag memory.
HashtableDataObject(XPHashtable) - Constructor for class com.plumtree.portaluiinfrastructure.tags.data.HashtableDataObject
Constructor for the Hashtable wrapper data object that takes a pre-constructed hashtable.
HashtableDataObject() - Constructor for class com.plumtree.portaluiinfrastructure.tags.data.HashtableDataObject
Constructor for the Hashtable wrapper data object.
HasParentTag(ITagMetaData) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
Check whether or not the current Tag is nested inside a given parent Tag.
HasTagAttribute(ATagAttribute) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
Check to see whether or not a specified attribute is present in the HTML for this tag.
HasXMLTagAttribute(String) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
Check to see whether or not a specified non-pt attribute is present in the HTML for this tag.
HIERDATA_DEFAULTKEY - Static variable in class com.plumtree.portaluiinfrastructure.tags.data.HashtableDataObject
Default id for hierarchical data.
HTTP_REQUEST - Static variable in class com.plumtree.portaluiinfrastructure.tags.Scope
HTTP Request Scope

I

IDataObject - Interface in com.plumtree.portaluiinfrastructure.tags.data
Data objects are used to store collections of variables in Tag memory so that they can be accessed automatically using attribute value replacement.
IEnvironment - Interface in com.plumtree.uiinfrastructure.uitasks
This class provides access to the environment that a tag is executed in.
IHierarchicalDataObject - Interface in com.plumtree.portaluiinfrastructure.tags.data
INT - Static variable in class com.plumtree.portaluiinfrastructure.tags.metadata.AttributeType
int
ITagLibraryMetaData - Interface in com.plumtree.portaluiinfrastructure.tags.metadata
This class provides programmatic access to the tag library meta data for name and description.
ITagMetaData - Interface in com.plumtree.portaluiinfrastructure.tags.metadata
This class provides programmatic access to the tag meta data for name, description, and example.
ITagState - Interface in com.plumtree.portaluiinfrastructure.tags
This class manages variable storage and retrieval for tags.

L

LONG - Static variable in class com.plumtree.portaluiinfrastructure.tags.metadata.AttributeType
long
LOOPING - Static variable in class com.plumtree.portaluiinfrastructure.tags.TagType
Calls ProcessTagBody 0, 1 or more times.

M

m_hashtable - Variable in class com.plumtree.portaluiinfrastructure.tags.data.HashtableDataObject
The underlying hashtable object.
m_hiertable - Variable in class com.plumtree.portaluiinfrastructure.tags.data.HashtableDataObject
m_nVersion - Variable in class com.plumtree.portaluiinfrastructure.tags.metadata.TagLibraryMetaData
m_strDefaultValue - Variable in class com.plumtree.portaluiinfrastructure.tags.metadata.OptionalTagAttribute
m_strDescription - Variable in class com.plumtree.portaluiinfrastructure.tags.metadata.ATagAttribute
m_strDescription - Variable in class com.plumtree.portaluiinfrastructure.tags.metadata.TagLibraryMetaData
m_strDescription - Variable in class com.plumtree.portaluiinfrastructure.tags.metadata.TagMetaData
m_strDisplayName - Variable in class com.plumtree.portaluiinfrastructure.tags.metadata.TagLibraryMetaData
m_strExample - Variable in class com.plumtree.portaluiinfrastructure.tags.metadata.TagMetaData
m_strLibraryName - Variable in class com.plumtree.portaluiinfrastructure.tags.metadata.TagLibraryMetaData
m_strName - Variable in class com.plumtree.portaluiinfrastructure.tags.metadata.ATagAttribute
m_strName - Variable in class com.plumtree.portaluiinfrastructure.tags.metadata.TagMetaData
m_TagData - Variable in class com.plumtree.portaluiinfrastructure.tags.metadata.ARelatedTag
m_Type - Variable in class com.plumtree.portaluiinfrastructure.tags.metadata.ATagAttribute

N

NO_BODY - Static variable in class com.plumtree.portaluiinfrastructure.tags.TagType
Does not ever call ProcessTagBody.

O

OptionalTagAttribute - Class in com.plumtree.portaluiinfrastructure.tags.metadata
This class provides programmatic access to the tag meta data for optional attributes, including name, description, type, and default values.
OptionalTagAttribute(String, String, AttributeType, String) - Constructor for class com.plumtree.portaluiinfrastructure.tags.metadata.OptionalTagAttribute
Creates a new optional tag attribute.

P

PERSISTENT_SESSION - Static variable in class com.plumtree.portaluiinfrastructure.tags.Scope
Deprecated. The Persistent Session is no longer available in tags. The normal Session scope should be used instead.
PORTLET_REQUEST - Static variable in class com.plumtree.portaluiinfrastructure.tags.Scope
Portlet Request Scope
ProcessStoredTagContent(String, String) - Method in class com.plumtree.portaluiinfrastructure.tags.ATagDefDisplay
Retrieves stored Tag Output Definition and returns the transformed content
ProcessTagBody() - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method displays the HTML and Transformer Tags that are inside this tag.

R

RelatedChildTag - Class in com.plumtree.portaluiinfrastructure.tags.metadata
This class provides programmatic access to the tag meta data for related child tags.
RelatedChildTag(ITagMetaData) - Constructor for class com.plumtree.portaluiinfrastructure.tags.metadata.RelatedChildTag
Creates a new related child tag meta data object.
ReleaseTag() - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method releases all data stored in this tag to prevent excess memory retention and to prepare the tag for reuse.
RequiredChildTag - Class in com.plumtree.portaluiinfrastructure.tags.metadata
This class provides programmatic access to the tag meta data for required child tags.
RequiredChildTag(ITagMetaData) - Constructor for class com.plumtree.portaluiinfrastructure.tags.metadata.RequiredChildTag
Creates a new required child tag meta data object.
RequiredParentTag - Class in com.plumtree.portaluiinfrastructure.tags.metadata
This class provides programmatic access to the tag meta data for required parent tags.
RequiredParentTag(ITagMetaData) - Constructor for class com.plumtree.portaluiinfrastructure.tags.metadata.RequiredParentTag
Creates a new required parent tag meta data object.
RequiredTagAttribute - Class in com.plumtree.portaluiinfrastructure.tags.metadata
This class provides programmatic access to the tag meta data for required attributes, including name, description, and type.
RequiredTagAttribute(String, String) - Constructor for class com.plumtree.portaluiinfrastructure.tags.metadata.RequiredTagAttribute
Creates a new required tag attribute of type String.
RequiredTagAttribute(String, String, AttributeType) - Constructor for class com.plumtree.portaluiinfrastructure.tags.metadata.RequiredTagAttribute
Creates a new required tag attribute.

S

Scope - Class in com.plumtree.portaluiinfrastructure.tags
This enumeration specifies the various scopes that can be used to store data in memory.
SESSION - Static variable in class com.plumtree.portaluiinfrastructure.tags.Scope
Session Scope
SetData(String, String) - Method in class com.plumtree.portaluiinfrastructure.tags.data.HashtableDataObject
Sets a name value pair on the hashtable.
SetDataCollectionOnTagScope(ITagState, String, IXPList) - Method in class com.plumtree.portaluiinfrastructure.tags.data.TagDataSetterPTURLDOData
Sets provided list on the Tag Scope.
SetDataEntryOnTagScope(ITagState, String, IPTURL) - Method in class com.plumtree.portaluiinfrastructure.tags.data.TagDataSetterPTURLDOData
Sets the provided IPTURL object on the Tag Scope.
SetHierData(String, XPArrayList) - Method in class com.plumtree.portaluiinfrastructure.tags.data.HashtableDataObject
Sets hierarchical data NOTE: The value is not displayable from tags, this is just used for hierarchical data tags.
SetHierData(String, XPArrayList) - Method in interface com.plumtree.portaluiinfrastructure.tags.data.IHierarchicalDataObject
Sets hierarchical data
SetIsDebugMode(boolean, ITagState) - Static method in class com.plumtree.portaluiinfrastructure.tags.tasks.TagStateTasks
Set debug mode for the current PORTLET_REQUEST.
SetScope(Scope) - Method in class com.plumtree.portaluiinfrastructure.tags.data.TagDataGetterPTURLDOList
Sets the Tag scope to set PTURL data on
SetScope(Scope) - Method in class com.plumtree.portaluiinfrastructure.tags.data.TagDataSetterPTURLDOData
Sets the Tag scope to set PTURL data on
SetSharedVariable(String, Object, Scope, boolean) - Method in interface com.plumtree.portaluiinfrastructure.tags.ITagState
Sets a variable in memory in the appropriate scope.
SetStateSharedVariable(String, Object, Scope, boolean) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
Sets a variable in memory in the appropriate scope.
SetStateVariable(String, Object, Scope) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
Sets a variable in memory in the appropriate scope.
SetVariable(String, Object, Scope) - Method in interface com.plumtree.portaluiinfrastructure.tags.ITagState
Sets a variable in memory in the appropriate scope.
SIMPLE - Static variable in class com.plumtree.portaluiinfrastructure.tags.TagType
Calls ProcessTagBody 0 or 1 times.
StoreInParentTagScope(boolean) - Method in interface com.plumtree.portaluiinfrastructure.tags.ITagState
STRING - Static variable in class com.plumtree.portaluiinfrastructure.tags.metadata.AttributeType
String
SupportsAccessStyle(AccessStyles) - Method in class com.plumtree.portaluiinfrastructure.tags.ATag
This method is used to verify whether or not this tag supports the passed in access style.

T

TAG - Static variable in class com.plumtree.portaluiinfrastructure.tags.Scope
Tag Scope
TagDataGetterPTURLDOList - Class in com.plumtree.portaluiinfrastructure.tags.data
Helper object that defines and provides a protocol for getting list of PTURL DO data in different Tag Scopes.
TagDataGetterPTURLDOList(Scope) - Constructor for class com.plumtree.portaluiinfrastructure.tags.data.TagDataGetterPTURLDOList
Constructor
TagDataSetterPTURLDOData - Class in com.plumtree.portaluiinfrastructure.tags.data
Helper object that defines and provides a protocol for setting single or a list of PTURL DO data in different Tag Scopes.
TagDataSetterPTURLDOData() - Constructor for class com.plumtree.portaluiinfrastructure.tags.data.TagDataSetterPTURLDOData
TagDataSetterPTURLDOData(Scope) - Constructor for class com.plumtree.portaluiinfrastructure.tags.data.TagDataSetterPTURLDOData
TagLibraryMetaData - Class in com.plumtree.portaluiinfrastructure.tags.metadata
This class provides programmatic access to the tag library meta data for name and description.
TagLibraryMetaData(String, String, String, double) - Constructor for class com.plumtree.portaluiinfrastructure.tags.metadata.TagLibraryMetaData
This constructor takes the name, description, and version of the tag.
TagMetaData - Class in com.plumtree.portaluiinfrastructure.tags.metadata
This class also enforces all lower case for the names of tags.
TagMetaData(String, String) - Constructor for class com.plumtree.portaluiinfrastructure.tags.metadata.TagMetaData
This constructor takes the name and description of the tag.
TagMetaData(String, String, String) - Constructor for class com.plumtree.portaluiinfrastructure.tags.metadata.TagMetaData
This constructor takes the name, description, and example text for this tag.
TagStateTasks - Class in com.plumtree.portaluiinfrastructure.tags.tasks
This is a helper class for TagState Tasks.
TagStateTasks() - Constructor for class com.plumtree.portaluiinfrastructure.tags.tasks.TagStateTasks
TagType - Class in com.plumtree.portaluiinfrastructure.tags
This enumeration specifies the type of the tag.
toString() - Method in class com.plumtree.portaluiinfrastructure.tags.metadata.AttributeType
Human readable name of the AttributeType.
toString() - Method in class com.plumtree.portaluiinfrastructure.tags.Scope
Human readable name of the Scope.

V

ValidateTypeSafety(String, AttributeType) - Static method in class com.plumtree.portaluiinfrastructure.tags.metadata.AttributeType
This helper method is used to ensure that the input supplied is valid for this attribute type.

A B C D E G H I L M N O P R S T V


Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.