|
OracleAS PDK for Java 9.0.4.0.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--oracle.portal.provider.v2.cache.invalidation.InvalidationContext
|
+--oracle.portal.provider.v2.cache.invalidation.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
InvalidationException - if a null string is passed
public abstract void setProviderContext(java.lang.String path)
throws InvalidationException
InvalidationException - if a null string is passed
public abstract void setFullProviderPath(ServletPortletRenderRequest req)
throws InvalidationException
InvalidationException - if a null string is passed
public abstract void setURLCharSet(java.lang.String charset)
throws InvalidationException
InvalidationException - if a null string is passed
|
OracleAS PDK for Java 9.0.4.0.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||