@Deprecated public class SettingsServlet extends HttpServlet
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_SET_ACCESS_LIST_SETTINGS
Deprecated.
|
static java.lang.String |
ACTION_SET_ADVANCED_SETTINGS
Deprecated.
|
static java.lang.String |
ACTION_SET_SOP_CLASS_GLOBAL_TRANSFER_STORAGE_SETTINGS
Deprecated.
|
static java.lang.String |
ACTION_SET_STORAGE_SERVICES
Deprecated.
|
static java.lang.String |
PARAM_ACTION
Deprecated.
|
Constructor and Description |
---|
SettingsServlet()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Deprecated.
|
protected void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Deprecated.
|
static java.lang.String |
getHTMLAccessListSettingsForm(HttpServletRequest request,
java.lang.String brokerURL,
java.lang.String elementID)
Deprecated.
Based on the request, returns a String containing a form with all the settings inputs boxes regarding the Dicoogle Access List settings.
|
static java.lang.String |
getHTMLGlobalTransferStorageSettingsForm(HttpServletRequest request,
java.lang.String brokerURL,
java.lang.String elementID)
Deprecated.
Based on the request, returns a String containing a form with all the settings inputs boxes regarding the Dicoogle Global SOP Classes Transfer Storage settings.
|
static java.lang.String |
getHTMLIndexingAdvancedSettingsForm(HttpServletRequest request,
java.lang.String brokerURL,
java.lang.String elementID)
Deprecated.
Based on the request, returns a String containing a form with all the settings inputs boxes regarding the indexing options.
|
public static final java.lang.String PARAM_ACTION
public static final java.lang.String ACTION_SET_ADVANCED_SETTINGS
public static final java.lang.String ACTION_SET_ACCESS_LIST_SETTINGS
public static final java.lang.String ACTION_SET_SOP_CLASS_GLOBAL_TRANSFER_STORAGE_SETTINGS
public static final java.lang.String ACTION_SET_STORAGE_SERVICES
public SettingsServlet()
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException
java.io.IOException
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException
java.io.IOException
public static java.lang.String getHTMLIndexingAdvancedSettingsForm(HttpServletRequest request, java.lang.String brokerURL, java.lang.String elementID) throws java.io.IOException
request
- the servlet request object.brokerURL
- the URL of the broker that will apply the settings after receiving this forms post.elementID
- the ID of this HTML form, can be null.java.io.IOException
public static java.lang.String getHTMLAccessListSettingsForm(HttpServletRequest request, java.lang.String brokerURL, java.lang.String elementID) throws java.io.IOException
request
- the servlet request object.brokerURL
- the URL of the broker that will apply the settings after receiving this forms post.elementID
- the ID of this HTML form, can be null.java.io.IOException
public static java.lang.String getHTMLGlobalTransferStorageSettingsForm(HttpServletRequest request, java.lang.String brokerURL, java.lang.String elementID) throws java.io.IOException
request
- the servlet request object.brokerURL
- the URL of the broker that will apply the settings after receiving this forms post.elementID
- the ID of this HTML form, can be null.java.io.IOException