public class ActionDiscoveryServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTE_DISCOVERY_CONFIGURATION |
Constructor and Description |
---|
ActionDiscoveryServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static DiscoveryConfiguration |
getDiscoveryConfig()
getDiscoveryConfig
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public static final String ATTRIBUTE_DISCOVERY_CONFIGURATION
public static DiscoveryConfiguration getDiscoveryConfig() throws javax.servlet.ServletException
getDiscoveryConfig
DiscoveryConfiguration
object.javax.servlet.ServletException
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2021. All rights reserved.