public interface FormAction
Modifier and Type | Interface and Description |
---|---|
static class |
FormAction.RESPONSE_TYPE
Use this to determine of which type your response is.
|
Modifier and Type | Field and Description |
---|---|
static String |
COMMENT
Constants for blog post comment action
|
static String |
CREATE
Constants for a create action
|
static String |
CREATE_EDIT
Create edit
|
static String |
DELETE
Constants for a delete action
|
static String |
EDIT
Constants for a update action
|
static String |
REFRESH_EXTERNAL_USER_IMAGE_AJAX
Constant for reseting user image via ajax to default.
|
static String |
RESET_USER_IMAGE_AJAX
Constant for reseting user image via ajax to default.
|
static String |
RESPONSE_TYPE_HEADER
This is the response header field name for the response types.
|
static String |
SEARCH_USER
Constants for a search action
|
static String |
SEARCH_USER_GROUP
Constants for a search user group action
|
static String |
SELECTED_SOCIAL_CONFIG
Constants for a email changing action
|
static String |
SUBMIT
Constants for a submit action
|
static String |
SYNCHRONIZE_SOCIALNET
Constants for a delete social network config action
|
static String |
UPDATE_MESSAGING
Constant for updating the messaging options.
|
static String |
UPDATE_RIGHTS
Constant for updating the rights only
|
static String |
UPDATE_USER_PROFILE
Constant for a email changing action
|
static String |
UPLOAD_IMAGE_FILE
Constants for a email changing action
|
static String |
UPLOAD_IMAGE_FILE_AJAX
Constants for a image upload via ajax
|
static String |
USER_SAVE_CHANGED_EMAIL
Constants for a email changing action
|
static String |
USER_SAVE_CHANGED_PASSWORD
Constants for a password changing action
|
static String |
XMPP_REQUEST_FRIENDSHIP
Constant for requesting XMPP friendship
|
static final String RESPONSE_TYPE_HEADER
static final String DELETE
static final String SUBMIT
static final String CREATE
static final String CREATE_EDIT
static final String EDIT
static final String COMMENT
static final String SEARCH_USER
static final String SEARCH_USER_GROUP
static final String SYNCHRONIZE_SOCIALNET
static final String USER_SAVE_CHANGED_PASSWORD
static final String USER_SAVE_CHANGED_EMAIL
static final String SELECTED_SOCIAL_CONFIG
static final String UPLOAD_IMAGE_FILE_AJAX
static final String UPLOAD_IMAGE_FILE
static final String RESET_USER_IMAGE_AJAX
static final String REFRESH_EXTERNAL_USER_IMAGE_AJAX
static final String UPDATE_USER_PROFILE
static final String UPDATE_MESSAGING
static final String UPDATE_RIGHTS
static final String XMPP_REQUEST_FRIENDSHIP
Copyright © 2019 Communote team. All rights reserved.