public class RAPServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_PARAMETER_NAME |
static String |
COMPRESS_PARAMETER_NAME |
static String |
FRAGMENT_PARAMETER_NAME |
static String |
INDICATOR_PARAMETER_NAME |
static String |
RAP_NAMESPACE |
static String |
SOURCE_PARAMETER_NAME |
static String |
STATEMENT_PARAMETER_NAME |
static String |
SUBJECT_PARAMETER_NAME |
static String |
SYNTAX_ASTMA |
static String |
SYNTAX_CTM |
static String |
SYNTAX_LTM |
static String |
SYNTAX_PARAMETER_NAME |
static String |
SYNTAX_TM_XML |
static String |
SYNTAX_TOLOG |
static String |
SYNTAX_XTM |
static String |
TOLOG_PARAMETER_NAME |
static String |
TOPICMAP_PARAMETER_NAME |
static String |
VIEW_PARAMETER_NAME |
| Constructor and Description |
|---|
RAPServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Supported TMRAP protocol requests:
|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String URLString)
INTERNAL
A variant of 'doGet' that allows the caller to specify the URLString.
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String URLString) |
void |
init(javax.servlet.ServletConfig config) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String CLIENT_PARAMETER_NAME
public static final String FRAGMENT_PARAMETER_NAME
public static final String INDICATOR_PARAMETER_NAME
public static final String SOURCE_PARAMETER_NAME
public static final String SUBJECT_PARAMETER_NAME
public static final String SYNTAX_PARAMETER_NAME
public static final String TOLOG_PARAMETER_NAME
public static final String TOPICMAP_PARAMETER_NAME
public static final String VIEW_PARAMETER_NAME
public static final String COMPRESS_PARAMETER_NAME
public static final String STATEMENT_PARAMETER_NAME
public static final String SYNTAX_ASTMA
public static final String SYNTAX_LTM
public static final String SYNTAX_TM_XML
public static final String SYNTAX_TOLOG
public static final String SYNTAX_CTM
public static final String SYNTAX_XTM
public static final String RAP_NAMESPACE
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
GET /xtm-fragment?topicmap=[]&source=[]&indicator=[] GET /topic-page?topicmap=[]&source=[]&indicator=[]
doGet in class javax.servlet.http.HttpServletIOExceptionjavax.servlet.ServletExceptionpublic void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String URLString)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
doPost in class javax.servlet.http.HttpServletIOExceptionjavax.servlet.ServletExceptionpublic void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String URLString)
throws IOException
IOException