com.ibm.designer.domino.xsp.api.published
Class DataContextPublishedProvider

java.lang.Object
  extended by com.ibm.designer.domino.xsp.api.published.AbstractDataPublishedProvider
      extended by com.ibm.designer.domino.xsp.api.published.DataContextPublishedProvider
All Implemented Interfaces:
PublishedObjectProvider

public class DataContextPublishedProvider
extends AbstractDataPublishedProvider

Provides Published Objects for the dataContext tag.


Field Summary
static java.lang.String LOCAL_NAME
           
 
Fields inherited from class com.ibm.designer.domino.xsp.api.published.AbstractDataPublishedProvider
DESIGNER_NAMESPACEURI
 
Fields inherited from interface com.ibm.designer.domino.scripting.api.published.PublishedObjectProvider
CURRENT_DOC_VAR
 
Constructor Summary
DataContextPublishedProvider()
           
 
Method Summary
 java.lang.String getLocalName()
          Returns the localName of this tag.
 
Methods inherited from class com.ibm.designer.domino.xsp.api.published.AbstractDataPublishedProvider
createPublishedObject, getNameSpaceURI, getPublishedObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCAL_NAME

public static final java.lang.String LOCAL_NAME
See Also:
Constant Field Values
Constructor Detail

DataContextPublishedProvider

public DataContextPublishedProvider()
Method Detail

getLocalName

public java.lang.String getLocalName()
Description copied from class: AbstractDataPublishedProvider
Returns the localName of this tag. e.g. in the case of xp:myTag, this method will return 'myTag'. The value returned should be the same as the DOM operation node.getLocalName() on the same tag.

Specified by:
getLocalName in class AbstractDataPublishedProvider
Returns:
returns the XML local name for the container tag that this provider represents