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.client.ApplicationException

Packages that use ApplicationException
oracle.stellent.wcm.client   
oracle.stellent.wcm.client.filter   
oracle.stellent.wcm.client.invokers   
oracle.stellent.wcm.client.invokers.impl   
oracle.stellent.wcm.client.script   
oracle.stellent.wcm.client.script.vm   
oracle.stellent.wcm.javaee   
oracle.stellent.wcm.javaee.servlet.filter   
oracle.stellent.wcm.javaee.taglib   

 

Uses of ApplicationException in oracle.stellent.wcm.client

 

Methods in oracle.stellent.wcm.client that throw ApplicationException
 void RequestContext.forward(java.lang.String path, java.util.Map<java.lang.String,java.lang.Object> objects)
          Forward a resource into the current request.
 Configuration ConfigurationFileLoader.getConfiguration()
           
 Configuration ConfigurationLoader.getConfiguration()
           
 void RequestContext.include(java.lang.String path, java.util.Map<java.lang.String,java.lang.Object> objects)
          Include a resource into the current request.
protected  void ClientApplication.initialize()
          Initialize the system
protected  Configuration ConfigurationFileLoader.loadConfiguration(Resource configFile)
          Load the configuration file
protected  void RequestContext.process(java.lang.String path, java.util.Map<java.lang.String,java.lang.Object> objects, boolean forward)
          Forward a resource into the current request.

 

Uses of ApplicationException in oracle.stellent.wcm.client.filter

 

Methods in oracle.stellent.wcm.client.filter that throw ApplicationException
protected  java.util.List<FilterHandler> FilterManager.loadExtensions(ClientApplication clientApplication)
          Load the extensions from the configuration
 FilterHandler.Status FilterHandler.onFilter(java.lang.String filter, FilterContext context)
          Invoke for each filter; return the status for this call to either continue calling the next filter or to stop after this filter call.

 

Constructors in oracle.stellent.wcm.client.filter that throw ApplicationException
FilterManager(ClientApplication clientApplication)
           

 

Uses of ApplicationException in oracle.stellent.wcm.client.invokers

 

Methods in oracle.stellent.wcm.client.invokers that throw ApplicationException
protected  void SiteResponseHandler.evaluateScript(SiteResponse siteResponse)
          Evaluate the script associated with this site response
 void SiteResponseHandler.handleSiteResponse()
          Handle the response of the site request; by default uses a ResponseHandler to draw the output
protected  void SiteRequestInvoker.handleSiteResponse()
          Handle the response of the site request; by default uses a ResponseHandler to draw the output
protected  void SiteResponseHandler.handleSiteResponse(SiteResponse siteResponse)
          Handle the response of the site request; by default uses a ResponseHandler to draw the output
 void SiteRequestInvoker.invokeSiteRequest()
          Invoke the associated site request

 

Constructors in oracle.stellent.wcm.client.invokers that throw ApplicationException
SiteRequestInvoker(RequestContext requestContext, ClientApplication clientApplication, java.lang.Class<R> siteRequestClass)
           

 

Uses of ApplicationException in oracle.stellent.wcm.client.invokers.impl

 

Methods in oracle.stellent.wcm.client.invokers.impl that throw ApplicationException
abstract  java.lang.Object VarInvoker.getVarObject()
           
 java.lang.Object MetadataInvoker.getVarObject()
           
 java.lang.Object DynamicListInvoker.getVarObject()
           
 java.lang.Object IdcServiceInvoker.getVarObject()
           
 java.lang.Object UrlInvoker.getVarObject()
           
protected  void VarInvoker.handleSiteResponse()
          Handle the response of the site request; by default uses a ResponseHandler to draw the output
protected  void PageInvoker.handleSiteResponse()
          Handle the response of the site request; by default uses a ResponseHandler to draw the output
protected  void ContributableInvoker.handleSiteResponse()
          Handle the response of the site request; by default uses a ResponseHandler to draw the output
protected  void DataFileInvoker.handleSiteResponse()
          Handle the response of the site request; by default uses a ResponseHandler to draw the output
protected  void ContributorJSInvoker.handleSiteResponse()
          Handle the response of the site request; by default uses a ResponseHandler to draw the output
protected  void PlaceholderInvoker.handleSiteResponse()
          Handle the response of the site request; by default uses a ResponseHandler to draw the output
protected  void UrlInvoker.handleSiteResponse()
           

 

Constructors in oracle.stellent.wcm.client.invokers.impl that throw ApplicationException
ContributableInvoker(RequestContext requestContext, ClientApplication clientApplication, java.lang.Class<T> type)
           
ContributorJSInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
DataFileInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
DataFileInvoker(RequestContext requestContext, ClientApplication clientApplication, java.lang.String varName)
           
DynamicListInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
ElementInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
IdcServiceInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
MetadataInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
PageInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
PlaceholderInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
UrlInvoker(RequestContext requestContext, ClientApplication clientApplication)
           
VarInvoker(RequestContext requestContext, ClientApplication clientApplication, java.lang.Class<T> type)
           

 

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

 

Subclasses of ApplicationException in oracle.stellent.wcm.client.script
 class ScriptException
          Exception evaluating a script

 

Methods in oracle.stellent.wcm.client.script that throw ApplicationException
 ScriptTemplate ScriptFactory.createTemplate(RequestContext requestContext, java.lang.String path)
          Create the remote template for the given request context and path.
 ScriptTemplate ScriptProvider.createTemplate(RequestContext requestContext, java.lang.String path)
          Create the remote template for the given request context and path.
static java.util.List<Mapping> ScriptMethods.getLocalPageTemplates(ClientApplication clientApplication)
          Load a list of local page templates
 java.lang.String TemplatePathResolver.getTemplatePath(RequestContext requestContext, java.lang.String name)
          Determine the template path for the given mapping.
 void ScriptTemplate.setContext(java.util.Map<java.lang.String,java.lang.Object> context)
          Set the context objects for this script

 

Constructors in oracle.stellent.wcm.client.script that throw ApplicationException
ScriptableClientApplication(Configuration config)
           

 

Uses of ApplicationException in oracle.stellent.wcm.client.script.vm

 

Methods in oracle.stellent.wcm.client.script.vm that throw ApplicationException
 org.apache.velocity.context.Context VelocityScriptProvider.createDefaultContext(RequestContext requestContext)
          Create the default execution context for a velocity script
 ScriptTemplate VelocityScriptProvider.createTemplate(RequestContext requestContext, java.lang.String path)
          Create the remote template for the given request context and path.
 ClientApplication TemplateLoader.getClientApplication()
           
 org.apache.velocity.context.Context VelocityScript.getContext()
           
 void VelocityTagLibrary.include(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> params)
          Include a wcm resource
 void VelocityTagLibrary.invokeContributorJS()
          Invoke the ContributorJSRequest
 void VelocityTagLibrary.invokeDataFile(java.lang.String name)
          Invoke the data file request
 void VelocityTagLibrary.invokeDynamicConversion(java.lang.String rule)
          Invoke the dynamic conversion
 void VelocityTagLibrary.invokeDynamicList(java.util.Map<java.lang.String,java.lang.String> params)
          Invoke the DynamicListRequest
 void VelocityTagLibrary.invokePlaceholder(java.util.Map<java.lang.String,java.lang.String> params)
          Invoke the PlaceholderRequest
 void VelocityTagLibrary.invokePlaceholder(java.lang.String name)
          Invoke the PlaceholderRequest
 void VelocityTagLibrary.invokeService(java.lang.String service, java.lang.String var, java.util.Map<java.lang.String,java.lang.String> params)
          Invoke the Content Server service
 void VelocityTagLibrary.invokeUrl(java.util.Map<java.lang.String,java.lang.String> params)
          Invoke the UrlRequest
 void VelocityScript.setContext(java.util.Map<java.lang.String,java.lang.Object> context)
          Set the context objects for this script

 

Uses of ApplicationException in oracle.stellent.wcm.javaee

 

Methods in oracle.stellent.wcm.javaee that throw ApplicationException
static ClientApplication ServletApplicationFactory.getApplication(javax.servlet.ServletConfig servletConfig)
          Retrieve the WCM Application stored on the servlet context
static ClientApplication ServletApplicationFactory.getApplication(javax.servlet.ServletContext servletContext)
          Retrieve the WCM Application stored on the servlet context
static ClientApplication ServletApplicationFactory.getApplication(javax.servlet.ServletContext servletContext, boolean errorNotFound)
          Retrieve the WCM Application stored on the servlet context
 void ServletRequestContext.include(javax.servlet.jsp.tagext.JspFragment fragment, java.util.Map<java.lang.String,java.lang.Object> objects)
          Include a fragment into the current request.

 

Constructors in oracle.stellent.wcm.javaee that throw ApplicationException
ServletClientApplication(javax.servlet.ServletConfig servletConfig)
           
ServletClientApplication(javax.servlet.ServletContext servletContext)
          Deprecated. As of Java Servlet API 2.1, with no direct replacement.

 

Uses of ApplicationException in oracle.stellent.wcm.javaee.servlet.filter

 

Methods in oracle.stellent.wcm.javaee.servlet.filter that throw ApplicationException
protected  java.lang.String WCMSiteFilter.getRedirectPathForTokenizedLink(int ssLinkIndex, int ssNodeIndex, java.lang.String requestPath, ServletRequestContext servletRequestContext)
          Get redirect path for links containing link or node link.

 

Uses of ApplicationException in oracle.stellent.wcm.javaee.taglib

 

Methods in oracle.stellent.wcm.javaee.taglib that throw ApplicationException
protected  boolean UrlTag.beforeScriptEvaluation()
          Allow sub-classes to handle the response
protected  boolean StaticPlaceholderTag.beforeScriptEvaluation()
          Allow sub-classes to handle the response
protected  boolean BaseTag.beforeScriptEvaluation()
          Allow sub-classes to handle the response
protected  SiteRequestInvoker<PlaceholderRequest> PlaceholderTag.createSiteRequestInvoker()
           
protected  SiteRequestInvoker<ElementRequest> ElementTag.createSiteRequestInvoker()
           
protected  SiteRequestInvoker<UrlRequest> UrlTag.createSiteRequestInvoker()
           
protected  SiteRequestInvoker<IdcServiceRequest> IdcServiceTag.createSiteRequestInvoker()
           
protected  SiteRequestInvoker<DataFileRequest> DataFileTag.createSiteRequestInvoker()
           
protected  SiteRequestInvoker<PlaceholderRequest> StaticPlaceholderTag.createSiteRequestInvoker()
           
protected  SiteRequestInvoker<DynamicListRequest> DynamicListTag.createSiteRequestInvoker()
           
protected abstract  SiteRequestInvoker<T> BaseTag.createSiteRequestInvoker()
           
protected  SiteRequestInvoker<MetadataRequest> MetadataTag.createSiteRequestInvoker()
           
 ClientApplication ContextTag.getClientApplication()
           
protected  ClientApplication BaseTag.getClientApplication()
           
protected  SiteRequestInvoker<T> BaseTag.getSiteRequestInvoker()
           
protected  void PlaceholderTag.populateSiteRequest()
          Populate the site request object from the tag parameters
protected  void ElementTag.populateSiteRequest()
          Populate the site request object from the tag parameters
protected  void UrlTag.populateSiteRequest()
          Populate the site request object from the tag parameters
protected  void IdcServiceTag.populateSiteRequest()
          Populate the site request object from the tag parameters
protected  void DataFileTag.populateSiteRequest()
          Populate the site request object from the tag parameters
protected  void StaticPlaceholderTag.populateSiteRequest()
          Populate the site request object from the tag parameters
protected  void DynamicListTag.populateSiteRequest()
          Populate the site request object from the tag parameters
protected abstract  void BaseTag.populateSiteRequest()
          Populate the site request object from the tag parameters
protected  void MetadataTag.populateSiteRequest()
          Populate the site request object from the tag parameters

 


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.