@Controller @RequestMapping(value="EDIT") public class GatewayPortletEditController extends BaseGatewayPortletController
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_KEY |
static String |
GATEWAY_ENTRY |
static String |
GATEWAY_ENTRY_PREFERENCES |
static String |
INCONSISTENT_FIELD_VALUES |
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) |
org.springframework.web.portlet.ModelAndView |
displayEditView(javax.portlet.RenderRequest request,
String entryName) |
void |
savePreferences(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
String entryName) |
void |
setPreferencesRegex(String preferencesRegex) |
void |
setStringEncryptionService(IStringEncryptionService stringEncryptionService) |
getAccessibleEntry, removeInaccessibleEntriespublic static final String INCONSISTENT_FIELD_VALUES
public static final String GATEWAY_ENTRY_PREFERENCES
public static final String ERROR_KEY
public static final String GATEWAY_ENTRY
protected final org.slf4j.Logger logger
@Value(value="${login.preferences.regex}")
public void setPreferencesRegex(String preferencesRegex)
@Autowired(required=false) public void setStringEncryptionService(IStringEncryptionService stringEncryptionService)
@RenderMapping
public org.springframework.web.portlet.ModelAndView displayEditView(javax.portlet.RenderRequest request,
@RequestParam(required=false)
String entryName)
@ActionMapping(params="action=savePreferences")
public void savePreferences(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
@RequestParam
String entryName)
throws Exception
ExceptionCopyright © 2022 Apereo. All rights reserved.