Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


Uses of Interface
oracle.stellent.wcm.core.config.Mapping

Packages that use Mapping
oracle.stellent.wcm.client.script   
oracle.stellent.wcm.core.config   
oracle.stellent.wcm.core.config.jaxb   

 

Uses of Mapping in oracle.stellent.wcm.client.script

 

Methods in oracle.stellent.wcm.client.script that return types with arguments of type Mapping
static java.util.List<Mapping> ScriptMethods.getLocalPageTemplates(ClientApplication clientApplication)
          Load a list of local page templates

 

Uses of Mapping in oracle.stellent.wcm.core.config

 

Methods in oracle.stellent.wcm.core.config that return Mapping
 Mapping MappingsConfiguration.getMapping(java.lang.String id)
          The mapping of a page name to application page
 Mapping MappingsConfiguration.getMappingByPath(java.lang.String path)
          Returns a mapping for the flie based on the path

 

Methods in oracle.stellent.wcm.core.config that return types with arguments of type Mapping
 java.util.List<Mapping> MappingsConfiguration.getMappings(Mapping.Type type)
          Retrieve a list of mappings by type
 java.util.List<Mapping> MappingsConfiguration.getMappings(Mapping.Type type, java.lang.String attrName, java.lang.String attrValue)
          Retrieve list of mappings by type and attribute name/value match

 

Methods in oracle.stellent.wcm.core.config with parameters of type Mapping
 void MappingsConfiguration.addMapping(Mapping mapping)
          Add a mapping; will override any mapping with the same ID

 

Uses of Mapping in oracle.stellent.wcm.core.config.jaxb

 

Classes in oracle.stellent.wcm.core.config.jaxb that implement Mapping
 class JAXBMapping
           

 

Methods in oracle.stellent.wcm.core.config.jaxb that return Mapping
 Mapping JAXBMappingsConfiguration.getMapping(java.lang.String id)
          The mapping of a page name to application page
 Mapping JAXBMappingsConfiguration.getMappingByPath(java.lang.String path)
          The mapping of a page name to application page

 

Methods in oracle.stellent.wcm.core.config.jaxb that return types with arguments of type Mapping
 java.util.List<Mapping> JAXBMappingsConfiguration.getMappings(Mapping.Type type)
          Retrieve a list of mappings by type
 java.util.List<Mapping> JAXBMappingsConfiguration.getMappings(Mapping.Type type, java.lang.String attrName, java.lang.String attrValue)
          Retrieve list of mappings by type and attribute name/value match

 

Methods in oracle.stellent.wcm.core.config.jaxb with parameters of type Mapping
 void JAXBMappingsConfiguration.addMapping(Mapping mapping)
          Add a mapping; will override any mapping with the same ID

 


Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.