Skip navigation links


com.bea.portal.tools.interaction.contentselector
Class ContentSelectorIDBuilder

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceIDBuilder<T>
      extended by com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<ContentSelectorID>
          extended by com.bea.portal.tools.interaction.contentselector.ContentSelectorIDBuilder

All Implemented Interfaces
Serializable, Cloneable

public final class ContentSelectorIDBuilder
extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<ContentSelectorID>

Builds and parses ContentSelectorID instances.

See Also
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from class com.bea.portal.tools.resource.ResourceIDBuilder
ResourceIDBuilder.ParseContext

 

Field Summary

 

Fields inherited from class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder
tags

 

Constructor Summary
ContentSelectorIDBuilder()
          Constructor.

 

Method Summary
 ContentSelectorID createResourceID()
          Create the ContentSelectorID.
 String getContentSelectorName()
          Get the name of the content selector.
 ContentSelectorIDBuilder parseResourceURN(String resourceURN)
          Parse the given URN.
 ContentSelectorIDBuilder setContentSelectorName(String contentSelectorName)
          Change the name of the content selector.

 

Methods inherited from class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder
clone, getTag, getTags, getTagValue, getTagValue, parseResourcePath, processResourceTags, reset, setTagValue

 

Methods inherited from class com.bea.portal.tools.resource.ResourceIDBuilder
createParseContext, getExpectedResourceType, getResourceType, getResourceURN, parseResourceTypeNamespaceURI, parseResourceURN, resolveResourceType, setExpectedResourceType, setResourceType, setResourceURN, toString

 

Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ContentSelectorIDBuilder

public ContentSelectorIDBuilder()
Constructor.

Method Detail

parseResourceURN

public ContentSelectorIDBuilder parseResourceURN(String resourceURN)
Parse the given URN.
Overrides:
parseResourceURN in class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<ContentSelectorID>
Parameters
resourceURN - the URN of the referrent resource
Returns
this TaggedResourceIDBuilder

getContentSelectorName

public String getContentSelectorName()
Get the name of the content selector.
Returns
the name of the content selector

setContentSelectorName

public ContentSelectorIDBuilder setContentSelectorName(String contentSelectorName)
Change the name of the content selector.
Parameters
contentSelectorName - the name of the content selector
Returns
the ContentSelectorIDBuilder

createResourceID

public ContentSelectorID createResourceID()
Create the ContentSelectorID.
Overrides:
createResourceID in class ResourceIDBuilder<ContentSelectorID>
Returns
the ContentSelectorID

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.