Skip navigation links

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

E17273-03


Uses of Class
oracle.stellent.wcm.core.definition.placeholder.PlaceholderDefinition

Packages that use PlaceholderDefinition
oracle.stellent.wcm.core.definition.placeholder   
oracle.stellent.wcm.core.definition.placeholder.jaxb   
oracle.stellent.wcm.core.project.structure   
oracle.stellent.wcm.server.cache   
oracle.stellent.wcm.server.request.placeholder   

 

Uses of PlaceholderDefinition in oracle.stellent.wcm.core.definition.placeholder

 

Methods in oracle.stellent.wcm.core.definition.placeholder with parameters of type PlaceholderDefinition
 void PlaceholderDefinition.merge(PlaceholderDefinition placeholderDefinition)
          Merge the given placeholder definition into this definition

 

Uses of PlaceholderDefinition in oracle.stellent.wcm.core.definition.placeholder.jaxb

 

Methods in oracle.stellent.wcm.core.definition.placeholder.jaxb that return PlaceholderDefinition
protected  PlaceholderDefinition JAXBPlaceholderDefinitionSerializer.coerceToType(javax.xml.bind.JAXBElement unmarshalledObject)
          Coerce the unmarshalled object into the type to return

 

Methods in oracle.stellent.wcm.core.definition.placeholder.jaxb with parameters of type PlaceholderDefinition
protected  javax.xml.bind.JAXBElement JAXBPlaceholderDefinitionSerializer.coerceFromType(PlaceholderDefinition object)
          Coerce the input type into a type that can be marshalled.

 

Uses of PlaceholderDefinition in oracle.stellent.wcm.core.project.structure

 

Methods in oracle.stellent.wcm.core.project.structure that return PlaceholderDefinition
 PlaceholderDefinition Placeholder.getDefinitionObject()
           

 

Methods in oracle.stellent.wcm.core.project.structure with parameters of type PlaceholderDefinition
 void Placeholder.setDefinitionObject(PlaceholderDefinition definitionObject)
           

 

Uses of PlaceholderDefinition in oracle.stellent.wcm.server.cache

 

Fields in oracle.stellent.wcm.server.cache with type parameters of type PlaceholderDefinition
static CacheContainer.Key<PlaceholderDefinition> CacheContainer.KEY_PLACEHOLDER_DEFINITION
           

 

Uses of PlaceholderDefinition in oracle.stellent.wcm.server.request.placeholder

 

Methods in oracle.stellent.wcm.server.request.placeholder that return PlaceholderDefinition
protected  PlaceholderDefinition PlaceholderLogic.createPlaceholderDefinition(PlaceholderRequest placeholderRequest, Placeholder placeholder)
          Create and associate a new placeholder definition with this placeholder
 PlaceholderDefinition PlaceholderRequest.getPlaceholderDefinition()
           
protected  PlaceholderDefinition PlaceholderLogic.getPlaceholderDefinition(PlaceholderRequest placeholderRequest, Placeholder placeholder)
          Loads the placeholder definition and sets the template on the given placeholder object based on the current data file content.
protected  PlaceholderDefinition PlaceholderLogic.loadPlaceholderDefinition(PlaceholderRequest placeholderRequest, Placeholder placeholder)
          Retrieve a placeholder definition for the current placeholder.

 

Methods in oracle.stellent.wcm.server.request.placeholder with parameters of type PlaceholderDefinition
 void PlaceholderRequest.setPlaceholderDefinition(PlaceholderDefinition placeholderDefinition)
           

 


Skip navigation links

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

E17273-03


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