|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.portal.provider.v2.cache.invalidation.InvalidationContext
oracle.portal.provider.v2.cache.invalidation.ServletInvalidationContext
public abstract class ServletInvalidationContext
Objects derived from this class are used in the context of a servlet based web provider. The extra methods defined in this interface are used to set provider servlet details.
e.g, for the URL http://host:port/servlets/provider, the servlet path is /servlets/provider
These set methods do not accept null parameters.
| Constructor Summary | |
|---|---|
ServletInvalidationContext()
|
|
| Method Summary | |
|---|---|
abstract void |
setFullProviderPath(ServletPortletRenderRequest req)
Set the servlet path of the provider server |
abstract void |
setProviderContext(java.lang.String path)
Set the servlet context of the provider server |
abstract void |
setProviderServletPath(java.lang.String path)
Set the servlet path of the provider server. |
abstract void |
setURLCharSet(java.lang.String charset)
Set the URL charset. |
| Methods inherited from class oracle.portal.provider.v2.cache.invalidation.InvalidationContext |
|---|
clearAllKeys, invalidate, invalidateURI, setAuthenticationLevel, setLocale, setPortalRealm, setPortalRealm, setPortlet, setPortlet, setPortletInstance, setPortletInstanceName, setPortletReference, setProvider, setProvider, setProviderSubscription, setProviderSubscription, setService, setUser, setUsername |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletInvalidationContext()
| Method Detail |
|---|
public abstract void setProviderServletPath(java.lang.String path)
throws InvalidationException
path - the servlet path of the provider
InvalidationException - if a null string is passed
public abstract void setProviderContext(java.lang.String path)
throws InvalidationException
path - the provider context
InvalidationException - if a null string is passed
public abstract void setFullProviderPath(ServletPortletRenderRequest req)
throws InvalidationException
req - portlet render request object
InvalidationException - if a null string is passed
public abstract void setURLCharSet(java.lang.String charset)
throws InvalidationException
charset - the character set to be used.
InvalidationException - if a null string is passed
|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||