Skip navigation links


com.bea.portal.tools.da.taxonomy.portal
Class DesktopTemplatesTaxonomy

java.lang.Object
  extended by com.bea.p13n.delegation.taxonomy.ParentedTaxonomyBuilder
      extended by com.bea.portal.tools.da.taxonomy.portal.DesktopTemplatesTaxonomy

All Implemented Interfaces
TaxonomyBuilder, Serializable

public class DesktopTemplatesTaxonomy
extends ParentedTaxonomyBuilder

Taxonomy for DesktopTemplates node, which is contained within either a Library Templates taxonomy node or a Portal Templates taxonomy node.

See Also
Serialized Form

Field Summary

 

Fields inherited from interface com.bea.p13n.delegation.taxonomy.TaxonomyBuilder
TAXONOMY_DELIMITER

 

Constructor Summary
DesktopTemplatesTaxonomy(LibraryTemplatesTaxonomy parentTaxonomy)
          Constructs a DesktopTemplates taxonomy that is contained in a Templates node within the Library
DesktopTemplatesTaxonomy(PortalTemplatesTaxonomy parentTaxonomy)
          Constructs a DesktopTemplates taxonomy that is contained in a Templates node within a Portal taxonomy node.

 

Method Summary
protected  String getLeafTaxonomy()
          Method that individual ParentedTaxonomyBuilder implementations implement to provide the leaf portion of their taxonomy, which will in most cases be directed derived from the resource they represent.

 

Methods inherited from class com.bea.p13n.delegation.taxonomy.ParentedTaxonomyBuilder
buildTaxonomy, getParentTaxonomy, getTaxonomyLevel, toString

 

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

 

Constructor Detail

DesktopTemplatesTaxonomy

public DesktopTemplatesTaxonomy(LibraryTemplatesTaxonomy parentTaxonomy)
Constructs a DesktopTemplates taxonomy that is contained in a Templates node within the Library
Parameters
parentTaxonomy - the parent LibraryTemplatesTaxonomy

DesktopTemplatesTaxonomy

public DesktopTemplatesTaxonomy(PortalTemplatesTaxonomy parentTaxonomy)
Constructs a DesktopTemplates taxonomy that is contained in a Templates node within a Portal taxonomy node.
Parameters
parentTaxonomy -

Method Detail

getLeafTaxonomy

protected String getLeafTaxonomy()
Description copied from class: ParentedTaxonomyBuilder
Method that individual ParentedTaxonomyBuilder implementations implement to provide the leaf portion of their taxonomy, which will in most cases be directed derived from the resource they represent.
Specified by:
getLeafTaxonomy in class ParentedTaxonomyBuilder
Returns

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.