|
Oracle® Fusion Middleware Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ApplicationException in oracle.stellent.wcm.client |
|---|
| Methods in oracle.stellent.wcm.client that throw ApplicationException | |
|---|---|
protected ServerContext |
ClientApplication.createServerContext()Create the server context |
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 |
ClientApplication.ConfigurationLoader.getConfiguration() |
void |
RequestContext.include(java.lang.String path)Include a resource into the current request |
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 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()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 |
ResponseHandler.evaluateScript(SiteResponse siteResponse)Evaluate the script associated with this site response |
void |
ResponseHandler.handleResponse()Handle the response of the site request; by default uses a ResponseHandler to draw the output |
protected void |
RequestInvoker.handleResponse()Handle the response of the site request; by default uses a ResponseHandler to draw the output |
protected void |
ResponseHandler.handleResponse(SiteResponse siteResponse)Handle the response of the site request; by default uses a ResponseHandler to draw the output |
void |
RequestInvoker.invokeRequest()Invoke the associated site request |
| Constructors in oracle.stellent.wcm.client.invokers that throw ApplicationException | |
|---|---|
RequestInvoker(RequestContext requestContext, ClientApplication clientApplication, java.lang.Class<T> type) |
|
| 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.handleResponse()Handle the response of the site request; by default uses a ResponseHandler to draw the output |
protected void |
PageInvoker.handleResponse()Handle the response of the site request; by default uses a ResponseHandler to draw the output |
protected void |
ContributableInvoker.handleResponse()Handle the response of the site request; by default uses a ResponseHandler to draw the output |
protected void |
DataFileInvoker.handleResponse()Handle the response of the site request; by default uses a ResponseHandler to draw the output |
protected void |
ContributorJSInvoker.handleResponse()Handle the response of the site request; by default uses a ResponseHandler to draw the output |
protected void |
PlaceholderInvoker.handleResponse()Handle the response of the site request; by default uses a ResponseHandler to draw the output |
protected void |
UrlInvoker.handleResponse() |
| Uses of ApplicationException in oracle.stellent.wcm.client.script |
|---|
| Subclasses of ApplicationException in oracle.stellent.wcm.client.script | |
|---|---|
class |
ScriptExceptionException 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.client.util |
|---|
| Methods in oracle.stellent.wcm.client.util that throw ApplicationException | |
|---|---|
Configuration |
SimpleConfigurationLoader.getConfiguration() |
Configuration |
ConfigurationFileLoader.getConfiguration() |
protected Configuration |
ConfigurationFileLoader.loadConfiguration(Resource configFile)Load the configuration file |
| Uses of ApplicationException in oracle.stellent.wcm.javaee |
|---|
| Methods in oracle.stellent.wcm.javaee that throw ApplicationException | |
|---|---|
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. |
| Uses of ApplicationException in oracle.stellent.wcm.javaee.servlet |
|---|
| Constructors in oracle.stellent.wcm.javaee.servlet that throw ApplicationException | |
|---|---|
WCMServletApplication(javax.servlet.ServletContext servletContext) |
|
| Uses of ApplicationException in oracle.stellent.wcm.javaee.servlet.filter |
|---|
| Methods in oracle.stellent.wcm.javaee.servlet.filter that throw ApplicationException | |
|---|---|
protected SiteContext |
WCMSiteFilter.createSiteContext(ServletRequestContext requestContext)Create the site context object |
protected WCMSiteFilter.Action |
WCMSiteFilter.getActionForRequest(ServletRequestContext requestContext)Examine the incoming request and determine if we should handle the request |
java.lang.String |
WCMSiteFilter.getPublicDir() |
protected WCMSiteFilter.Action |
WCMSiteFilter.getSiteContextAction(ServletRequestContext requestContext, SiteContext siteContext)Check if the site context is valid |
ClientApplication |
WCMSiteFilter.getWcmApplication() |
protected void |
WCMSiteFilter.handlePageInvocation(ServletRequestContext requestContext)Invoke the page handler and handle the response |
protected boolean |
WCMSiteFilter.handleTokenizedLinks(ServletRequestContext servletRC)Process the filter for this command |
| Uses of ApplicationException in oracle.stellent.wcm.javaee.shared |
|---|
| Methods in oracle.stellent.wcm.javaee.shared that throw ApplicationException | |
|---|---|
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 |
| 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 |
StaticPlaceholder.beforeScriptEvaluation()Allow sub-classes to handle the response |
protected boolean |
BaseTag.beforeScriptEvaluation()Allow sub-classes to handle the response |
protected RequestInvoker<PlaceholderRequest> |
PlaceholderTag.createRequestInvoker() |
protected RequestInvoker<UrlRequest> |
UrlTag.createRequestInvoker() |
protected RequestInvoker<PlaceholderRequest> |
StaticPlaceholder.createRequestInvoker() |
protected RequestInvoker<IdcServiceRequest> |
IdcServiceTag.createRequestInvoker() |
protected RequestInvoker<DataFileRequest> |
DataFileTag.createRequestInvoker() |
protected RequestInvoker<DynamicListRequest> |
DynamicListTag.createRequestInvoker() |
protected abstract RequestInvoker<T> |
BaseTag.createRequestInvoker() |
protected RequestInvoker<MetadataRequest> |
MetadataTag.createRequestInvoker() |
RequestInvoker<T> |
BaseTag.getRequestInvoker() |
RequestProcessor |
BaseTag.getServer() |
ClientApplication |
ContextTag.getWcmApplication() |
ClientApplication |
BaseTag.getWcmApplication() |
protected void |
PlaceholderTag.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 |
StaticPlaceholder.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 |
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 |
|
Oracle® Fusion Middleware Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||