|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.scientiamobile.introspector.IntrospectorServlet
public class IntrospectorServlet
| Field Summary | |
|---|---|
static String |
ACTION
Main parameters and attributes names |
static String |
CAPABILITIES
|
static String |
CAPABILITY_MAP
|
static String |
COLON
|
static String |
ESCAPED_SPLIT_CHAR
Split chars, used two or three times |
static String |
HEADERS
|
static String |
ID
|
static String |
INFO
|
static String |
REQUEST
actions |
static String |
SPLIT_CHAR
|
static String |
UAPROF_PARAMNAME
|
static String |
USER_AGENT
|
static String |
USER_AGENT_lc
|
static String |
USER_AGENT_PARAMNAME
|
static String |
X_WAP_PROFILE
header names |
static String |
X_WAP_PROFILE_lc
|
| Constructor Summary | |
|---|---|
IntrospectorServlet()
|
|
| Method Summary | |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Delegates to doPost. |
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Main execution method. |
void |
init(javax.servlet.ServletConfig cfg)
Looks for a /WEB-INF/wurfl.properties file, in which there are wurfl resource(s) names |
static void |
setWURFLHolder(WURFLHolder newHolder)
|
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ESCAPED_SPLIT_CHAR
public static final String SPLIT_CHAR
public static final String COLON
public static final String ACTION
public static final String USER_AGENT_PARAMNAME
public static final String UAPROF_PARAMNAME
public static final String HEADERS
public static final String CAPABILITIES
public static final String ID
public static final String CAPABILITY_MAP
public static final String X_WAP_PROFILE
public static final String X_WAP_PROFILE_lc
public static final String USER_AGENT_lc
public static final String USER_AGENT
public static final String REQUEST
public static final String INFO
| Constructor Detail |
|---|
public IntrospectorServlet()
| Method Detail |
|---|
public static void setWURFLHolder(WURFLHolder newHolder)
public void init(javax.servlet.ServletConfig cfg)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletcfg -
javax.servlet.ServletException
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletreq - resp -
javax.servlet.ServletException
IOException
protected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletreq - resp -
javax.servlet.ServletException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||