|
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 RequestException in oracle.stellent.wcm.server.request |
|---|
| Methods in oracle.stellent.wcm.server.request that return RequestException | |
|---|---|
static RequestException |
RequestException.fromException(oracle.stellent.ridc.IdcClientException exp)Convert the IdcClientException to a LogicException |
RequestException |
SiteResponse.SiteError.getCause() |
| Methods in oracle.stellent.wcm.server.request with parameters of type RequestException | |
|---|---|
void |
SiteResponse.setError(RequestException exception)Add an error message that might later be displayed to the user |
| Constructors in oracle.stellent.wcm.server.request with parameters of type RequestException | |
|---|---|
SiteResponse.SiteError(RequestException cause) |
|
SiteResponse.SiteError(RequestException cause, boolean warning) |
|
| Uses of RequestException in oracle.stellent.wcm.server.request.impl |
|---|
| Methods in oracle.stellent.wcm.server.request.impl with parameters of type RequestException | |
|---|---|
protected SiteResponse |
RequestLogicHandlerSupport.handleLogicError(T siteCommand, RequestException exp)Handle an error occurring while processing the command |
| Methods in oracle.stellent.wcm.server.request.impl that throw RequestException | |
|---|---|
protected abstract SiteResponse |
RequestLogicHandlerSupport.handleLogicCommand(T siteCommand)Handle this command |
| Uses of RequestException in oracle.stellent.wcm.server.request.logic |
|---|
| Methods in oracle.stellent.wcm.server.request.logic that throw RequestException | |
|---|---|
boolean |
RequestLogic.checkSecurity(T request, ProviderContent content)Check the security of this content item. |
boolean |
RequestLogic.checkSecurity(T pageRequest, SectionNode section)Determine if the user has access rights to the given section |
Project |
RequestLogic.getProject(SiteRequest siteRequest)Retrieve the project associated with this site request. |
Project |
RequestLogic.getProject(SiteRequest siteRequest, boolean errorIfNotFound)Retrieve the project associated with this site request. |
SectionNode |
RequestLogic.getSection(SiteRequest siteRequest) |
SectionNode |
RequestLogic.getSection(SiteRequest siteRequest, boolean errorIfNotFound) |
SectionTree |
RequestLogic.getStructure(SiteRequest request) |
void |
RequestLogic.setRequestSiteID(T request, java.lang.String siteID)Reset the siteID for this request. |
void |
RequestLogic.validateRequest(T request)Verify the request parameters |
| Uses of RequestException in oracle.stellent.wcm.server.request.logic.contributor |
|---|
| Methods in oracle.stellent.wcm.server.request.logic.contributor with parameters of type RequestException | |
|---|---|
protected SiteResponse |
ContributorJSHandler.handleLogicError(ContributorJSRequest siteCommand, RequestException exp)Handle an error occurring while processing the command |
| Methods in oracle.stellent.wcm.server.request.logic.contributor that throw RequestException | |
|---|---|
java.lang.String |
ContributorJSLogic.getRemoteContributorJS(ContributorJSRequest siteRequest)Generate the JavaScript code/includes to |
protected SiteResponse |
ContributorJSHandler.handleLogicCommand(ContributorJSRequest request)Handle this command |
| Uses of RequestException in oracle.stellent.wcm.server.request.logic.dataFile |
|---|
| Methods in oracle.stellent.wcm.server.request.logic.dataFile that throw RequestException | |
|---|---|
ProviderContent |
DataFileLogic.getContent(DataFileRequest request) |
ConversionsDefinition |
DataFileLogic.getConversionDefinition(DataFileRequest request)Retrieve the conversion definition for the project on this site request |
DataFile |
DataFileLogic.getDataFile(DataFileRequest request) |
ContentAdapter.DataFileParams |
DataFileLogic.getDataFileSpiParams(DataFileRequest request) |
java.lang.String |
DataFileLogic.getDCKey(DataFileRequest request, java.lang.String rulename)get the location where the conversion is stored |
protected SiteResponse |
DataFileHandler.handleLogicCommand(DataFileRequest siteRequest)Handle this command |
void |
DataFileLogic.validateRequest(DataFileRequest request) |
| Uses of RequestException in oracle.stellent.wcm.server.request.logic.dynamicList |
|---|
| Methods in oracle.stellent.wcm.server.request.logic.dynamicList that throw RequestException | |
|---|---|
oracle.stellent.ridc.model.DataBinder |
DynamicListLogic.executeDynamicList(DynamicListRequest listRequest)Execute the dynamic list query |
protected SiteResponse |
DynamicListHandler.handleLogicCommand(DynamicListRequest siteRequest)Handle this command |
| Uses of RequestException in oracle.stellent.wcm.server.request.logic.idcService |
|---|
| Methods in oracle.stellent.wcm.server.request.logic.idcService that throw RequestException | |
|---|---|
oracle.stellent.ridc.protocol.ServiceResponse |
IdcServiceLogic.executeService(IdcServiceRequest request)Execute the service |
protected SiteResponse |
IdcServiceHandler.handleLogicCommand(IdcServiceRequest siteRequest)Handle this command |
void |
IdcServiceLogic.validateRequest(IdcServiceRequest request) |
| Uses of RequestException in oracle.stellent.wcm.server.request.logic.page |
|---|
| Methods in oracle.stellent.wcm.server.request.logic.page that throw RequestException | |
|---|---|
PageTemplate |
PageLogic.getPageTemplate(T siteRequest)Retrieve the currently active layout based on the URL in the request |
PageTemplate |
PageLogic.getPageTemplate(T siteRequest, boolean errorIfNotFound)Retrieve the currently active layout based on the URL in the request |
protected SiteResponse |
PageHandler.handleLogicCommand(PageRequest pageRequest)Handle this command |
| Uses of RequestException in oracle.stellent.wcm.server.request.logic.placeholder |
|---|
| Methods in oracle.stellent.wcm.server.request.logic.placeholder with parameters of type RequestException | |
|---|---|
protected SiteResponse |
PlaceholderHandler.handleLogicError(PlaceholderRequest siteRequest, RequestException exp)Handle an error occurring while processing the command |
| Methods in oracle.stellent.wcm.server.request.logic.placeholder that throw RequestException | |
|---|---|
Placeholder |
PlaceholderLogic.createPlaceholder(PlaceholderRequest placeholderRequest)Create a new placeholder object based on the active page template |
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 SiteResponse |
PlaceholderHandler.handleLogicCommand(PlaceholderRequest siteRequest)Handle this command |
ProviderContent |
PlaceholderLogic.loadDataFile(PlaceholderRequest placeholderRequest, ContentID contentID)Load the data file |
protected PlaceholderDefinition |
PlaceholderLogic.loadPlaceholderDefinition(PlaceholderRequest placeholderRequest, Placeholder placeholder)Retrieve a placeholder definition for the current placeholder. |
void |
PlaceholderLogic.validateRequest(PlaceholderRequest request) |
| Uses of RequestException in oracle.stellent.wcm.server.request.logic.proxy |
|---|
| Methods in oracle.stellent.wcm.server.request.logic.proxy with parameters of type RequestException | |
|---|---|
protected SiteResponse |
ProxyHandler.handleLogicError(IdcServiceRequest siteRequest, RequestException exp)Handle an error occurring while processing the command |
| Uses of RequestException in oracle.stellent.wcm.server.request.logic.url |
|---|
| Methods in oracle.stellent.wcm.server.request.logic.url that throw RequestException | |
|---|---|
protected UrlLogic.Url |
UrlLogic.getContentLink(UrlRequest urlRequest)Create a link to a content item |
protected UrlLogic.Url |
UrlLogic.getNodeLink(UrlRequest urlRequest)Create a node link |
protected UrlLogic.PageTemplateMapping |
UrlLogic.getPageTemplateForDataFile(UrlRequest urlRequest, SectionNode section, ContentID contentID)Determine which page template to use to display the given content ID |
protected SectionNode |
UrlLogic.getSectionByID(UrlRequest urlRequest, java.lang.String id)Lookup the section, determine if the section is a number or a path |
java.lang.String |
UrlLogic.getUrl(UrlRequest urlRequest)Retrieve the URL for the values in this request |
protected SiteResponse |
UrlHandler.handleLogicCommand(UrlRequest siteRequest)Handle this command |
void |
UrlLogic.validateRequest(UrlRequest request) |
|
Oracle® Fusion Middleware Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||