Skip navigation links

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

E17273-03


oracle.stellent.wcm.server.request.contributor
Class ContributorJSRequest

java.lang.Object
  extended by oracle.stellent.wcm.server.request.SiteRequest
      extended by oracle.stellent.wcm.server.request.contributor.ContributorJSRequest


public class ContributorJSRequest
extends SiteRequest

Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.stellent.wcm.server.request.SiteRequest
SiteRequest.ContextType, SiteRequest.Mode

 

Field Summary

 

Fields inherited from class oracle.stellent.wcm.server.request.SiteRequest
FLAG_PREVIEW_ID, FLAG_PREVIEW_MODE, FLAG_SHOW_PLACEHOLDER_PROPERTIES, FLAG_START_REQUEST_THREAD, PARAM_ALLOW_DESIGN_MODE, PARAM_DESIGN_MODE, PARAM_FORCE_CONTRIBUTOR

 

Constructor Summary
ContributorJSRequest(SiteLocation location)
           

 

Method Summary
 java.lang.String getConsumptionContext()
           
 java.lang.String getContributionContext()
           
 oracle.stellent.wcm.server.request.contributor.ContributorJSRequest.ContributorFiles getContributorFiles()
           
 java.lang.String getDesignContext()
           
 java.lang.String getIdcProxyPath()
           
 Placeholder getPlaceholder()
           
 java.lang.String getSitePath()
           
 boolean isSecondaryPage()
           
 void setConsumptionContext(java.lang.String consumptionContext)
           
 void setContributionContext(java.lang.String contributionContext)
           
 void setContributorFiles(oracle.stellent.wcm.server.request.contributor.ContributorJSRequest.ContributorFiles contributorFiles)
           
 void setDesignContext(java.lang.String designContext)
           
 void setIdcProxyPath(java.lang.String idcProxyPath)
           
 void setPlaceholder(Placeholder placeholder)
           
 void setSecondaryPage(boolean secondaryPage)
           
 void setSitePath(java.lang.String sitePath)
           

 

Methods inherited from class oracle.stellent.wcm.server.request.SiteRequest
clearTransientObjects, copyRequest, getFlag, getFlagNames, getIdcContext, getLocation, getMode, getRetrievalMode, getRevision, getSiteParameters, getTransientObject, getUrlPatterns, isConsumptionMode, isContributionOrDesignerMode, isContributorMode, isDesignerMode, setFlag, setIdcContext, setLocation, setMode, setRetrievalMode, setRevision, setTransientObject, setUrlPatterns

 

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

 

Constructor Detail

ContributorJSRequest

public ContributorJSRequest(SiteLocation location)

Method Detail

getConsumptionContext

public java.lang.String getConsumptionContext()

setConsumptionContext

public void setConsumptionContext(java.lang.String consumptionContext)

getDesignContext

public java.lang.String getDesignContext()

setDesignContext

public void setDesignContext(java.lang.String designContext)

getContributionContext

public java.lang.String getContributionContext()

setContributionContext

public void setContributionContext(java.lang.String contributionContext)

getSitePath

public java.lang.String getSitePath()

setSitePath

public void setSitePath(java.lang.String sitePath)

getIdcProxyPath

public java.lang.String getIdcProxyPath()

setIdcProxyPath

public void setIdcProxyPath(java.lang.String idcProxyPath)

getPlaceholder

public Placeholder getPlaceholder()

setPlaceholder

public void setPlaceholder(Placeholder placeholder)

getContributorFiles

public oracle.stellent.wcm.server.request.contributor.ContributorJSRequest.ContributorFiles getContributorFiles()

setContributorFiles

public void setContributorFiles(oracle.stellent.wcm.server.request.contributor.ContributorJSRequest.ContributorFiles contributorFiles)

isSecondaryPage

public boolean isSecondaryPage()

setSecondaryPage

public void setSecondaryPage(boolean secondaryPage)

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.