Skip navigation links

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

E17273-01


Uses of Class
oracle.stellent.wcm.core.project.structure.Placeholder

Packages that use Placeholder
oracle.stellent.wcm.client.model   
oracle.stellent.wcm.core.project.structure   
oracle.stellent.wcm.server.request.logic.contributor   
oracle.stellent.wcm.server.request.logic.placeholder   

 

Uses of Placeholder in oracle.stellent.wcm.client.model

 

Methods in oracle.stellent.wcm.client.model that return Placeholder
 Placeholder SiteContext.getPlaceholder()
           

 

Methods in oracle.stellent.wcm.client.model with parameters of type Placeholder
 void SiteContext.setPlaceholder(Placeholder placeholder)
          Set the active placeholder object

 

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

 

Methods in oracle.stellent.wcm.core.project.structure that return Placeholder
 Placeholder Placeholder.clone()
           
 Placeholder PageTemplate.getPlaceholder(java.lang.String name)
          Retrieve the content corresponding to the name

 

Methods in oracle.stellent.wcm.core.project.structure that return types with arguments of type Placeholder
 java.util.Map<java.lang.String,Placeholder> PageTemplate.getPlaceholders()
          Returns the map of placeholders for modifications.

 

Constructor parameters in oracle.stellent.wcm.core.project.structure with type arguments of type Placeholder
PageTemplate(java.lang.String template, java.util.Map<java.lang.String,Placeholder> placeholders)
          Constructor
PageTemplate(java.lang.String template, java.util.Map<java.lang.String,Placeholder> placeholders, java.lang.String query)
          Constructor

 

Uses of Placeholder in oracle.stellent.wcm.server.request.logic.contributor

 

Methods in oracle.stellent.wcm.server.request.logic.contributor that return Placeholder
 Placeholder ContributorJSRequest.getPlaceholder()
           

 

Methods in oracle.stellent.wcm.server.request.logic.contributor with parameters of type Placeholder
 void ContributorJSRequest.setPlaceholder(Placeholder placeholder)
           

 

Uses of Placeholder in oracle.stellent.wcm.server.request.logic.placeholder

 

Fields in oracle.stellent.wcm.server.request.logic.placeholder with type parameters of type Placeholder
static SiteResponse.ResponseObject<Placeholder> PlaceholderHandler.PLACEHOLDER
          object holding the placeholder object built during evaluation

 

Methods in oracle.stellent.wcm.server.request.logic.placeholder that return Placeholder
 Placeholder PlaceholderLogic.createPlaceholder(PlaceholderRequest placeholderRequest)
          Create a new placeholder object based on the active page template

 

Methods in oracle.stellent.wcm.server.request.logic.placeholder with parameters of type Placeholder
protected  PlaceholderDefinition PlaceholderLogic.createPlaceholderDefinition(PlaceholderRequest placeholderRequest, Placeholder placeholder)
          Create and associate a new placeholder definition with this placeholder
 void PlaceholderLogic.determineDefinitionAndTemplate(PlaceholderRequest placeholderRequest, Placeholder placeholder, ProviderContent dataFile)
          Determine the definition and template by examining the current placeholder information.
protected  void PlaceholderLogic.determinePlaceholderDefinitionName(PlaceholderRequest placeholderRequest, Placeholder placeholder)
          Set the placeholder definition name and origin for the given placeholder.
protected  java.lang.String[] ContributorMarkupListener.generateContributorMarkup(PlaceholderRequest siteRequest, Placeholder placeholder)
          Generate the javascript code to put before a region
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  java.lang.String ContributorMarkupListener.getPlaceholderDefinitionAsXml(Placeholder placeholder, PlaceholderRequest siteRequest)
          Serialize the placeholder definition to XML
protected  PlaceholderDefinition PlaceholderLogic.loadPlaceholderDefinition(PlaceholderRequest placeholderRequest, Placeholder placeholder)
          Retrieve a placeholder definition for the current placeholder.

 


Skip navigation links

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

E17273-01


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