A B C D E F G H I L M P Q R S T U X

A

addAuthorization(Object, NVPair) - Static method in class oracle.portal.provider.v1.http.URLAuthHandler
Adds login user/password object to the password store in a thread safe manner.
addJavaScriptSubmitFunction(PortletRenderRequest, String, int) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Creates an Html Form, whose action url points to the Parallel Servlet, and which encloses the portlet content.
addJavaScriptToLink(PortletRenderRequest, StringBuffer, String, String, String, int) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Method adds javasript to HREF's in URLContent, to route the event through Parallel Page Engine, instead of directly opening the link.
addJavaScriptToLink(PortletRenderRequest, StringBuffer, String, String, String, int) - Method in class oracle.portal.provider.v1.http.SelectiveRenderingFilter
Overrides super class's function.
authenticateBasicLoginLinks(PortletRenderRequest, String, String, int) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
 
authenticateFormLoginLinks(PortletRenderRequest, String, String, int) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Helper method which authenticates all hrefs with login server url.
Authentication - class oracle.portal.provider.v1.http.Authentication.
Authentication details can be configured using this class.
Authentication() - Constructor for class oracle.portal.provider.v1.http.Authentication
 

B

BaseContentFilter - class oracle.portal.provider.v1.http.BaseContentFilter.
BaseContentFilter is an absract class which contains methods that are common across filters.
BaseContentFilter() - Constructor for class oracle.portal.provider.v1.http.BaseContentFilter
 
BASIC_AUTHENTICATION - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
BASIC_LOGGING - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
BasicURLProvider - class oracle.portal.provider.v1.http.BasicURLProvider.
BasicURLProvider is meant for extracting external application and making it accessible to the renderer.
BasicURLProvider() - Constructor for class oracle.portal.provider.v1.http.BasicURLProvider
 
BasicURLRenderer - class oracle.portal.provider.v1.http.BasicURLRenderer.
BasicURLRenderer does the following things : Get the external application from provider. Construct a query string based on additional fields defined in external application Append the query string to login URL. Set this new URL as an attribute in PortletRenderer request's object store. Override getInlinePageUrl of super class to return the pageUrl set in above step.
BasicURLRenderer() - Constructor for class oracle.portal.provider.v1.http.BasicURLRenderer
 

C

CHAR_ENCODING - Static variable in class oracle.portal.provider.v1.http.URLRenderer
Constant key for getting character encoding from the HTTP Response.
CONTENT_TYPE_HEADER_FIELD - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
ContentFilter - interface oracle.portal.provider.v1.ContentFilter.
Interface ContentFilter reads, filters and writes the URL Content given to it as input.
convertIANAtoJava(String) - Static method in class oracle.portal.provider.v1.http.UrlServicesUtils
Convert an character set string in IANA, or IANA alias, form into a Java name suitable for the Java-based CS-conversion rules.
convertStreamToStringBuffer(InputStream, String, Provider, int) - Static method in class oracle.portal.provider.v1.http.UrlServicesUtils
Helper method which returns the string contents out of input stream.

D

DEFAULT_CHARACTER_ENCODING - Static variable in class oracle.portal.provider.v1.http.URLRenderer
The default character encoding for renderer output
DEFAULT_CHARACTER_ENCODING - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
DEFAULT_IANA_ENCODING - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
deregister() - Method in class oracle.portal.provider.v1.http.URLProvider
overriding deregister method of DefaultProvider oracle.portal.provider.v1.http.DefaultProvider

E

EXTERNAL - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
EXTERNAL_APP - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 

F

FALSE - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
filterContent(PortletRenderRequest, InputStream) - Method in interface oracle.portal.provider.v1.ContentFilter
Filters the URL Content given to is as inputstream and renders the portlet, using PortletRenderRequest Object.
filterContent(PortletRenderRequest, InputStream) - Method in class oracle.portal.provider.v1.http.HtmlFilter
filterResponse method takes PortletRenderRequest and InputStream as arguments, It does the necessary scrapping of URL contents, depending on the directives in the provider.xml
filterContent(PortletRenderRequest, InputStream) - Method in class oracle.portal.provider.v1.http.XmlFilter
filterResponse method takes PortletRenderRequest and InputStream as arguments, If the "filterType" is text/html, the coming InputStream is converted into XHTML using Tidy.
fixupAuthInfo(AuthorizationInfo, RoRequest, AuthorizationInfo, RoResponse) - Method in class oracle.portal.provider.v1.http.URLAuthHandler
 
FORWARD_SLASH - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 

G

getAccessControl() - Method in class oracle.portal.provider.v1.http.URLPortlet
Get method for accessControl tag
getAuthentication() - Method in class oracle.portal.provider.v1.http.URLProvider
Gets the Authentication Details.
getAuthorization(AuthorizationInfo, RoRequest, RoResponse) - Method in class oracle.portal.provider.v1.http.URLAuthHandler
This method is called whenever a 401 or 407 response is received and no candidate info is found in the list of known auth info.
getAuthorizType() - Method in class oracle.portal.provider.v1.http.URLSecurityManager
 
getAuthType() - Method in class oracle.portal.provider.v1.http.Authentication
Get method for authType tag in provider.xml
getBaseHRef() - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Get method for basehref tag.
getBaseHRef(PortletRenderRequest) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Method does the following things - Searches the request to see if inline rendering parameter is received. Else reads pageUrl parameter from the respective managed renderer. Extracts base href from the above url.
getCharSet() - Method in class oracle.portal.provider.v1.http.URLRenderer
Gets the Default IANA character encoding to be used for this renderer's pages.
getCharsetFromContentType(String) - Static method in class oracle.portal.provider.v1.http.UrlServicesUtils
Extract the character set name from a standard HTTP Content-Type header String.
getConvertTarget() - Method in class oracle.portal.provider.v1.http.HtmlFilter
Returns value of convertTarget tag in provider.xml
getCustomizationData(PortletRenderRequest) - Static method in class oracle.portal.provider.v1.http.URLRenderer
Convenience method to retrieve user customization data.
getDisableInlineRenderingID() - Method in class oracle.portal.provider.v1.http.SelectiveRenderingFilter
Gives ID value of href property for which inline rendering should be disabled.
getDisplayName() - Method in class oracle.portal.provider.v1.URLPortletParameter
Returns the parameter's display name.
getEncodingFromContentType(String) - Static method in class oracle.portal.provider.v1.http.UrlServicesUtils
Convert an character set string in IANA, or IANA alias, form into a Java name suitable for the Java-based CS-conversion rules.
getErrorPageMessages() - Method in class oracle.portal.provider.v1.http.Authentication
Returns the error messages which can be used to see if the login is successful or not.
getFilter() - Method in class oracle.portal.provider.v1.http.URLRenderer
Returns the Filter Class specified for a given rendering mode.
getHrefFieldName() - Method in class oracle.portal.provider.v1.http.SelectiveRenderingFilter
Method returns href field name which is used for disabling inline rendering.
getHttpProxyHost() - Method in class oracle.portal.provider.v1.http.ProxyInformation
Get method for httpProxyHost tag in provider.xml
getHttpProxyPort() - Method in class oracle.portal.provider.v1.http.ProxyInformation
Get method for httpProxyPort tag in provider.xml
getHttpsProxyHost() - Method in class oracle.portal.provider.v1.http.ProxyInformation
Get method for httpsProxyHost tag in provider.xml
getHttpsProxyInfo() - Method in class oracle.portal.provider.v1.http.URLProvider
gets the https proxyInformation object
getHttpsProxyPort() - Method in class oracle.portal.provider.v1.http.ProxyInformation
Get method for httpsProxyPort tag in provider.xml
getInlineRendering() - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Returns if this portlet has inline rendering capabilities.
getLastEditTime(URLPersonalizationObject) - Static method in class oracle.portal.provider.v1.http.URLEditRenderer
Method for determining last time this portlet was edited.
getPageUrl() - Method in class oracle.portal.provider.v1.http.URLRenderer
Returns the URL specified in the corresponding set method.
getPageUrl(PortletRenderRequest, int) - Method in class oracle.portal.provider.v1.http.BasicURLRenderer
Over-ridden method returns the attribute value of pageUrl, set through pr.setAttribute method.
getPageUrl(PortletRenderRequest, int) - Method in class oracle.portal.provider.v1.http.URLRenderer
Method first tries to read inline rendering url value from the request.
getParsedPageUrl() - Method in class oracle.portal.provider.v1.http.URLRenderer
Returns URL object constructed out of string url, passed through provider.xml.
getProxyInfo() - Method in class oracle.portal.provider.v1.http.URLProvider
gets the proxyInformation object
getProxyPassword() - Method in class oracle.portal.provider.v1.http.ProxyInformation
Returns the authorized proxy user's password
getProxyRealm() - Method in class oracle.portal.provider.v1.http.ProxyInformation
Returns the server specific realm for this user.
getProxyUser() - Method in class oracle.portal.provider.v1.http.ProxyInformation
Returns the authorized proxy user name
getQualifiedParameter(PortletRenderRequest, String) - Static method in class oracle.portal.provider.v1.http.UrlServicesUtils
Method used return qualified portlet parameter value of the corresponding unqualified paramter.
getRedirectUrlFieldName() - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Get method for tag in provider.xml
getRegistrationPortlet() - Method in class oracle.portal.provider.v1.http.URLPortlet
Get method for registrationPortlet tag
getSecBaseHRef() - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Get method for secondary basehref.
getStylesheet() - Method in class oracle.portal.provider.v1.http.XmlFilter
gets the stylesheet's URL from the provider.xml
getSubscriber() - Method in class oracle.portal.provider.v1.http.URLProvider
overriding getSubscriber method of DefaultProvider oracle.portal.provider.v1.http.DefaultProvider
getSubscriberDetails() - Method in class oracle.portal.provider.v1.http.URLProvider
gets the Subscriber Information
getSubscriberInfo() - Method in class oracle.portal.provider.v1.http.SubscriberDetails
Get method for subscriberInfo tag in provider.xml
getSubscriberKeys() - Method in class oracle.portal.provider.v1.http.SubscriberDetails
Get method for subscriberKeys tag in provider.xml
getUrlContentType() - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Returns the URL content type.
getURLStream(PortletRenderRequest, URL) - Method in class oracle.portal.provider.v1.http.URLRenderer
Method which connects to the given content url and returns the corresponding input stream.
getUseAuthLinks() - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Returns the value of useAuthLinks.
getUseInvalidationCaching() - Method in class oracle.portal.provider.v1.http.URLRenderer
Returns flag which indicates renderer to use invalidation based caching or not.
getUsePortalStyle() - Method in class oracle.portal.provider.v1.http.BaseContentFilter
 
getValue() - Method in class oracle.portal.provider.v1.URLPortletParameter
Returns the parameter value.

H

handleAuthHeaders(Response, RoRequest, AuthorizationInfo, AuthorizationInfo) - Method in class oracle.portal.provider.v1.http.URLAuthHandler
 
handleAuthTrailers(Response, RoRequest, AuthorizationInfo, AuthorizationInfo) - Method in class oracle.portal.provider.v1.http.URLAuthHandler
 
hasAccess(Portlet, ProviderUser) - Method in class oracle.portal.provider.v1.http.URLSecurityManager
Verifies whether the user is authorized to use this Portlet.
hasAccess(PortletReference, ProviderUser) - Method in class oracle.portal.provider.v1.http.URLSecurityManager
Verifies whether the user is authorized to use this particular portlet instance.
hashString(String) - Static method in class oracle.portal.provider.v1.http.UrlServicesUtils
Method converts a hashes a string to another string which contains the sum of individual character integer values.
HIGHER_LOGGING - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
HREF_LOWERCASE - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
HREF_UPPERCASE - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
HTML - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
HTML_CONTENTS_LOGGING - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
HtmlFilter - class oracle.portal.provider.v1.http.HtmlFilter.
HtmlFilter oracle.portal.utils.xml.v1.ContentFilter gets HTML contents from an URL and then applies the filtering directives as specified in the provider.xml.
HtmlFilter() - Constructor for class oracle.portal.provider.v1.http.HtmlFilter
 

I

init(long, ProviderLog, ServletConfig, HttpServletRequest) - Method in class oracle.portal.provider.v1.http.URLProvider
Override superclass's init method to get the debuglevel from zone.properties using ServletConfig object.
init(PortletReference) - Method in class oracle.portal.provider.v1.http.URLPersonalizationObject
Override the init method to provide default values for the items we wish to customize.
initSession(ProviderUser, ExternalPrincipal) - Method in class oracle.portal.provider.v1.http.BasicURLProvider
Overridden method which does the job of extracting external applicaiton information through PDK-Java and store it for future reference.
initSession(ProviderUser, ExternalPrincipal) - Method in class oracle.portal.provider.v1.http.URLProvider
Called to initialize the Provider in a particular user session.
isInlineRenderingEnabled(String) - Method in class oracle.portal.provider.v1.http.SelectiveRenderingFilter
Checks if the link contains ID specified by the tag disableInlineRenderingID.
isMandatory() - Method in class oracle.portal.provider.v1.URLPortletParameter
Method which informs about URL Portlet parameter type.

L

LAST_EDITED_TIME - Static variable in class oracle.portal.provider.v1.http.URLEditRenderer
 
logMessage(Provider, String, Exception, int) - Static method in class oracle.portal.provider.v1.http.UrlServicesUtils
Method for logging exceptions and their description into Web Server's log file.
logMessage(Provider, String, int) - Static method in class oracle.portal.provider.v1.http.UrlServicesUtils
 
logMessage(Provider, String, int, int) - Static method in class oracle.portal.provider.v1.http.UrlServicesUtils
Method for logging exceptions and their description into Web.

M

makeNVPair(String, String, String) - Method in class oracle.portal.provider.v1.http.URLRenderer
 
makeQueryString(ExternalPrincipal, String) - Method in class oracle.portal.provider.v1.http.URLProvider
Method reads parameters specified in portal's external application through ExternalPrincipal (@see oracle.portal.provider.v1.ExternalPricipal) object, makes name value pairs out of them and returns the same.
MAXCOOKIES - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
modifyClassProperty(String, String) - Method in class oracle.portal.provider.v1.http.HtmlFilter
 

P

PAGE_URL - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
parseBaseHref(String) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Utility method which parses given URL and retrieves base href from it.
popBaseHref(String) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Method which parses URLContent, removes any tag and returns value of base href.
PORTLET_PARAMETER_VALUE - Static variable in class oracle.portal.provider.v1.http.URLPersonalizationObject
 
PORTLET_TITLE - Static variable in class oracle.portal.provider.v1.http.URLEditRenderer
 
portletParameter(PortletRenderRequest, String) - Static method in class oracle.portal.provider.v1.http.UrlServicesUtils
Method used to make qualified portlet parameter based on its instance name.
prepareResponse(PortletRenderRequest) - Method in class oracle.portal.provider.v1.http.URLRenderer
Overriding super class's prepareResponse method for implementing Invalidation Based Caching.
ProxyInformation - class oracle.portal.provider.v1.http.ProxyInformation.
Class containing Proxy information such as proxy host, proxy port and the URLProvider uses this information for extracting cookies from login URL and URLRenderer for getting URL content from page URL.
ProxyInformation() - Constructor for class oracle.portal.provider.v1.http.ProxyInformation
 
PUBLIC_PORTLET - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 

Q

QUALIFY_PARAMETERS - Static variable in class oracle.portal.provider.v1.http.URLPersonalizationObject
 

R

readDebugLevel(PortletRenderRequest) - Static method in class oracle.portal.provider.v1.http.UrlServicesUtils
 
readDebugLevel(Provider) - Static method in class oracle.portal.provider.v1.http.UrlServicesUtils
 
readProxyInformation(HTTPConnection) - Method in class oracle.portal.provider.v1.http.URLProvider
Reads proxy settings from XML File and sets this inforamtion on to the connection instance passed as an argument.
register(String, String) - Method in class oracle.portal.provider.v1.http.URLProvider
overriding register method of DefaultProvider oracle.portal.provider.v1.http.DefaultProvider
REGISTERED_AUTHTYPE - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
REGISTERED_FLAG - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
removeAuthorization(Object) - Static method in class oracle.portal.provider.v1.http.URLAuthHandler
Removes Login information specific to the give context, from password store and removes authorization information from HTTPClient's AuthorizationModule as well.
removeTag(String, String) - Method in class oracle.portal.provider.v1.http.HtmlFilter
 
renderBody(PortletRenderRequest) - Method in class oracle.portal.provider.v1.http.URLEditRenderer
Overrides base class's renderBody method.
renderBody(PortletRenderRequest) - Method in class oracle.portal.provider.v1.http.URLRenderer
Method responsible for rendering Portlet's are responsible for ensuring the request's user has sufficient rights to receive this rendering.
renderContents(PortletRenderRequest, String, int, int) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
 
renderContents(PortletRenderRequest, String, int, int) - Method in class oracle.portal.provider.v1.http.URLRenderer
renderContents is a private helper method, which renders the portlet with the specified url content.
replaceAuthLinks(PortletRenderRequest, String, String, String, String, boolean, int) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Method replaces HREF's to Login server HREF's, in the passed content.
replaceHRefClassProperty(String, String) - Method in class oracle.portal.provider.v1.http.HtmlFilter
 
replaceTableBackground(String, String) - Method in class oracle.portal.provider.v1.http.HtmlFilter
 
replaceTableClassProperty(String, String) - Method in class oracle.portal.provider.v1.http.HtmlFilter
 
replaceTagAttribute(PortletRenderRequest, String, String, String, String) - Method in class oracle.portal.provider.v1.http.HtmlFilter
Method replaces relative URLS to Absolute URLS, in the passed content.

S

SelectiveRenderingFilter - class oracle.portal.provider.v1.http.SelectiveRenderingFilter.
SelectiveRenderingFilter is an extension of HtmlFilter and is used for rendering links inline on a selective basis.
SelectiveRenderingFilter() - Constructor for class oracle.portal.provider.v1.http.SelectiveRenderingFilter
 
setAccessControl(String) - Method in class oracle.portal.provider.v1.http.URLPortlet
Set method for accessControl tag
setAuthentication(Object) - Method in class oracle.portal.provider.v1.http.URLProvider
Sets the authentication details,
setAuthorizType(String) - Method in class oracle.portal.provider.v1.http.URLSecurityManager
 
setAuthType(String) - Method in class oracle.portal.provider.v1.http.Authentication
Set method for authType tag in provider.xml Valid authentication types are none : Indicates no authentication is required. basic : Indicates BASIC Mode of authentication should be used. externalApp : Indicates FORM based authentiaction should be used.
setBaseHRef(String) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Method for setting base href.
setCharSet(String) - Method in class oracle.portal.provider.v1.http.URLRenderer
Sets the Default IANA character encoding to be used for this renderer's pages.
setConvertTarget(String) - Method in class oracle.portal.provider.v1.http.HtmlFilter
Specifies if link in URLContent need to be opened in new window.
setDefaultValues(PortletRenderRequest) - Method in class oracle.portal.provider.v1.http.URLPersonalizationObject
Sets default values in the customization object.
setDisableInlineRenderingID(String) - Method in class oracle.portal.provider.v1.http.SelectiveRenderingFilter
Set method for tag in provider.xml
setDisplayName(String) - Method in class oracle.portal.provider.v1.URLPortletParameter
Sets the parameter's display name.
setErrorPageMessages(String) - Method in class oracle.portal.provider.v1.http.Authentication
Sets the error message string.
setFilter(Object) - Method in class oracle.portal.provider.v1.http.URLRenderer
Sets the filter class for this rendering mode.
setFilterType(String) - Method in class oracle.portal.provider.v1.http.URLRenderer
Sets the type of filter.This variable is not used from now on.
setFooterTrimTag(String) - Method in class oracle.portal.provider.v1.http.HtmlFilter
Setter method specified in provider.xml
setHeaderTrimTag(String) - Method in class oracle.portal.provider.v1.http.HtmlFilter
Setter method for trim tag specified in provider.xml
setHrefFieldName(String) - Method in class oracle.portal.provider.v1.http.SelectiveRenderingFilter
Set method for tag in provider.xml
setHttpProxyHost(String) - Method in class oracle.portal.provider.v1.http.ProxyInformation
Set method for httpProxyHost tag in provider.xml
setHttpProxyPort(String) - Method in class oracle.portal.provider.v1.http.ProxyInformation
Set method for httpProxyPort tag in provider.xml
setHttpsProxyHost(String) - Method in class oracle.portal.provider.v1.http.ProxyInformation
Set method for httpsProxyHost tag in provider.xml
setHttpsProxyInfo(Object) - Method in class oracle.portal.provider.v1.http.URLProvider
Set method for tag in provider.xml
setHttpsProxyPort(String) - Method in class oracle.portal.provider.v1.http.ProxyInformation
Set method for httpsProxyPort tag in provider.xml
setInlineRendering(String) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Sets the inline rendering of portlet links to true/false;
setIsMandatory(String) - Method in class oracle.portal.provider.v1.URLPortletParameter
Method which makes URLPortlet parameter either mandatory or optional.
setPageUrl(String) - Method in class oracle.portal.provider.v1.http.URLRenderer
Specifies the URL for fetching content for a given rendering mode.
setProxyInfo(Object) - Method in class oracle.portal.provider.v1.http.URLProvider
Set method for tag in provider.xml
setProxyPassword(String) - Method in class oracle.portal.provider.v1.http.ProxyInformation
Sets the proxy user's password.
setProxyRealm(String) - Method in class oracle.portal.provider.v1.http.ProxyInformation
Sets the proxy realm.
setProxyUser(String) - Method in class oracle.portal.provider.v1.http.ProxyInformation
Sets the proxy user name.
setQualifyParameters(String) - Method in class oracle.portal.provider.v1.http.URLEditRenderer
Determines whether to use qualified parameters.
setRedirectUrlFieldName(String) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Set method for tag in provider.xml This will be used while making authenticated hyper links.
setRegistrationPortlet(String) - Method in class oracle.portal.provider.v1.http.URLPortlet
Set method for registrationPortlet tag
setRemoveClassProperty(String) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Indicates URL Services to remove any styles used by this application.
setSecBaseHRef(String) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Setter method specified in provider.xml, added for relative links not preceeded by /.
setStylesheet(String) - Method in class oracle.portal.provider.v1.http.XmlFilter
sets the stylesheet's URL from the provider.xml
setSubscriberDetails(Object) - Method in class oracle.portal.provider.v1.http.URLProvider
Set method for tag in provider.xml
setSubscriberInfo(String) - Method in class oracle.portal.provider.v1.http.SubscriberDetails
Set method for subscriberInfo tag in provider.xml
setSubscriberKeys(String) - Method in class oracle.portal.provider.v1.http.SubscriberDetails
Set method for subscriberInfo tag in provider.xml
setUrlContentType(String) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
sets the type of URL specified for a given rendering mode.
setUrlCookiePolicyHandler() - Method in class oracle.portal.provider.v1.http.URLProvider
setUrlCookiePolicyHandler method is a public method which set CookieModule.setCookiePolicyHandler(null), which means we are using default implemenatation.
setUseAuthLinks(String) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Specifies if the links have to be authorized.
setUseInvalidationCaching(String) - Method in class oracle.portal.provider.v1.http.URLRenderer
Sets flag which indicates renderer to use invalidation based caching or not.
setUsePortalStyle(String) - Method in class oracle.portal.provider.v1.http.BaseContentFilter
Specifies if the portlet style should be made compliant to portal style.
setValue(String) - Method in class oracle.portal.provider.v1.URLPortletParameter
Sets the parameter value.
showPortletParameters(PortletRenderRequest, boolean) - Static method in class oracle.portal.provider.v1.http.UrlServicesUtils
Method to construct portlet parameter form based on paramters declared through provider.xml.
SubscriberDetails - class oracle.portal.provider.v1.http.SubscriberDetails.
Class SubscriberDetails holds the information of the subscriber such as the associated keys, boolean to indicate whether to log the details of portlet/provider usage.
SubscriberDetails() - Constructor for class oracle.portal.provider.v1.http.SubscriberDetails
 

T

TABLE_BACKGROUND_COLOR - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
TABLE_TAG_END - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
TABLE_TAG_START - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
TRUE - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 

U

URLAuthHandler - class oracle.portal.provider.v1.http.URLAuthHandler.
URLAuthHandler serves the purpose of authorization handler for specific URL Based portlet contexts.
URLAuthHandler() - Constructor for class oracle.portal.provider.v1.http.URLAuthHandler
 
URLEditRenderer - class oracle.portal.provider.v1.http.URLEditRenderer.
Class for rendering edit screen of URLPortlet.
URLEditRenderer() - Constructor for class oracle.portal.provider.v1.http.URLEditRenderer
 
URLPersonalizationObject - class oracle.portal.provider.v1.http.URLPersonalizationObject.
Class for holding personalization details of URLPortlet.
URLPersonalizationObject() - Constructor for class oracle.portal.provider.v1.http.URLPersonalizationObject
 
URLPortlet - class oracle.portal.provider.v1.http.URLPortlet.
URLPortlet is an extension of DefaultPortlet which is customized for PDK-URL Serivce's use.
URLPortlet() - Constructor for class oracle.portal.provider.v1.http.URLPortlet
 
URLPortletParameter - class oracle.portal.provider.v1.URLPortletParameter.
Class which has an option to make portlet parameter either mandatory or optional.
URLPortletParameter() - Constructor for class oracle.portal.provider.v1.URLPortletParameter
 
URLProvider - class oracle.portal.provider.v1.http.URLProvider.
This class is responsible for overriding the initSession method needed for cookie management.
URLProvider() - Constructor for class oracle.portal.provider.v1.http.URLProvider
 
URLRenderer - class oracle.portal.provider.v1.http.URLRenderer.
URLRenderer is responsible for portletizing url contents specified through provider.xml.
URLRenderer() - Constructor for class oracle.portal.provider.v1.http.URLRenderer
 
URLSecurityManager - class oracle.portal.provider.v1.http.URLSecurityManager.
URLSecurityManager determines if the user has right permissions for viewing the portlet.
URLSecurityManager() - Constructor for class oracle.portal.provider.v1.http.URLSecurityManager
 
UrlServicesUtils - class oracle.portal.provider.v1.http.UrlServicesUtils.
URLServicesUtils class contains metadata which is common across modules.
UrlServicesUtils() - Constructor for class oracle.portal.provider.v1.http.UrlServicesUtils
 

X

XHTML_CONTENTS_LOGGING - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
XML - Static variable in class oracle.portal.provider.v1.http.UrlServicesUtils
 
XmlFilter - class oracle.portal.provider.v1.http.XmlFilter.
XmlFilter oracle.portal.utils.xml.v1.XmlFilter gets the contents of the URL specified in <pageUrl> tag in provider.xml.
XmlFilter() - Constructor for class oracle.portal.provider.v1.http.XmlFilter
 

A B C D E F G H I L M P Q R S T U X