@Controller @RequestMapping(value="EDIT") public class GatewayPortletEditController extends BaseGatewayPortletController
GatewayPortletEditController class.
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_KEY
Constant
ERROR_KEY="error" |
static String |
GATEWAY_ENTRY
Constant
GATEWAY_ENTRY="gatewayEntry" |
static String |
GATEWAY_ENTRY_PREFERENCES
Constant
GATEWAY_ENTRY_PREFERENCES="gatewayPreferences" |
static String |
INCONSISTENT_FIELD_VALUES
Constant
INCONSISTENT_FIELD_VALUES="edit.proxy.error.message.inconsistent.f"{trunked} |
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
GatewayPortletEditController() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearPreferences(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
String entryName)
clearPreferences.
|
org.springframework.web.portlet.ModelAndView |
displayEditView(javax.portlet.RenderRequest request,
String entryName)
displayEditView.
|
void |
savePreferences(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
String entryName)
savePreferences.
|
void |
setPreferencesRegex(String preferencesRegex)
Setter for the field
preferencesRegex. |
void |
setStringEncryptionService(IStringEncryptionService stringEncryptionService)
Setter for the field
stringEncryptionService. |
getAccessibleEntry, removeInaccessibleEntriespublic static final String INCONSISTENT_FIELD_VALUES
INCONSISTENT_FIELD_VALUES="edit.proxy.error.message.inconsistent.f"{trunked}public static final String GATEWAY_ENTRY_PREFERENCES
GATEWAY_ENTRY_PREFERENCES="gatewayPreferences"public static final String ERROR_KEY
ERROR_KEY="error"public static final String GATEWAY_ENTRY
GATEWAY_ENTRY="gatewayEntry"protected final org.slf4j.Logger logger
@Value(value="${login.preferences.regex}")
public void setPreferencesRegex(String preferencesRegex)
Setter for the field preferencesRegex.
preferencesRegex - a String object@Autowired(required=false) public void setStringEncryptionService(IStringEncryptionService stringEncryptionService)
Setter for the field stringEncryptionService.
stringEncryptionService - a IStringEncryptionService object@RenderMapping
public org.springframework.web.portlet.ModelAndView displayEditView(javax.portlet.RenderRequest request,
@RequestParam(required=false)
String entryName)
displayEditView.
request - a RenderRequest objectentryName - a String objectModelAndView object@ActionMapping(params="action=savePreferences")
public void savePreferences(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
@RequestParam
String entryName)
throws Exception
savePreferences.
Copyright © 2023 Apereo. All rights reserved.