com.plumtree.portaluiinfrastructure.tags.data
Class TagDataSetterPTURLDOData

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.tags.data.TagDataSetterPTURLDOData

public class TagDataSetterPTURLDOData
extends java.lang.Object

Helper object that defines and provides a protocol for setting single or a list of PTURL DO data in different Tag Scopes.


Field Summary
static Scope DEFAULT_TAGSCOPE
           
 
Constructor Summary
TagDataSetterPTURLDOData()
           
TagDataSetterPTURLDOData(Scope scope)
           
 
Method Summary
 void SetDataCollectionOnTagScope(ITagState state, java.lang.String strKey, IXPList xpList)
          Sets provided list on the Tag Scope.
 void SetDataEntryOnTagScope(ITagState state, java.lang.String strKey, IPTURL obj)
          Sets the provided IPTURL object on the Tag Scope.
 void SetScope(Scope scope)
          Sets the Tag scope to set PTURL data on
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TAGSCOPE

public static final Scope DEFAULT_TAGSCOPE
Constructor Detail

TagDataSetterPTURLDOData

public TagDataSetterPTURLDOData()

TagDataSetterPTURLDOData

public TagDataSetterPTURLDOData(Scope scope)
Method Detail

SetScope

public void SetScope(Scope scope)
Sets the Tag scope to set PTURL data on

Parameters:
scope -

SetDataCollectionOnTagScope

public void SetDataCollectionOnTagScope(ITagState state,
                                        java.lang.String strKey,
                                        IXPList xpList)
Sets provided list on the Tag Scope. The list is added onto any existing list already on the tag Tag Scope.

Parameters:
tag -
tagAttrib -
xpList -

SetDataEntryOnTagScope

public void SetDataEntryOnTagScope(ITagState state,
                                   java.lang.String strKey,
                                   IPTURL obj)
Sets the provided IPTURL object on the Tag Scope. The IPTURL entry is appended to any existing list already on the Tag Scope.

Parameters:
state -
strKey -
obj -



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