public class CacheConfigImpl extends JspConfigPage
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_SCOPE |
static String |
CACHE_SCOPE_APP |
static String |
CACHE_SCOPE_USER |
static String |
CACHE_TIMEOUT |
static String |
PERSIST_CACHE |
static String |
RETRY_DELAY |
static String |
USE_CACHE |
static String |
USE_EXPIRED |
| Constructor and Description |
|---|
CacheConfigImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns a displayable title for the configuration page.
|
void |
process(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
Called by the portlet when the submitted configuration page was for this
object.
|
getJsp, render, setJsppublic static final String USE_CACHE
public static final String CACHE_TIMEOUT
public static final String USE_EXPIRED
public static final String RETRY_DELAY
public static final String PERSIST_CACHE
public static final String CACHE_SCOPE
public static final String CACHE_SCOPE_USER
public static final String CACHE_SCOPE_APP
public String getName()
ConfigPageConfigPage.getName()public void process(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws javax.portlet.PortletException,
IOException,
edu.wisc.my.webproxy.beans.config.ConfigurationException
ConfigPagejavax.portlet.PortletExceptionIOExceptionConfigurationExceptionConfigPage.process(javax.portlet.ActionRequest, javax.portlet.ActionResponse)Copyright © 2016 Jasig. All Rights Reserved.