|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet org.utgenome.gwt.utgb.server.RequestHandlerBase org.utgenome.gwt.utgb.server.WebTrackBase org.utgenome.gwt.utgb.server.app.Sequence
public class Sequence
SubSequence retrieves a genome sequence of the specified target in the range (start, end) (inclusive)
Nested Class Summary | |
---|---|
class |
Sequence.GraphicalOutput
|
static class |
Sequence.JSONOutput
Output a sequence as JSON |
static class |
Sequence.SequenceRetrieverBase
|
static class |
Sequence.TextOutput
Output a sequence as text |
static class |
Sequence.XMLOutput
Output a sequence as XML |
Field Summary | |
---|---|
String |
colorA
|
String |
colorC
|
String |
colorG
|
String |
colorN
|
String |
colorT
|
String |
dbGroup
|
int |
end
|
String |
name
|
String |
path
|
String |
revision
|
String |
species
|
int |
start
|
int |
width
|
Constructor Summary | |
---|---|
Sequence()
|
Method Summary | |
---|---|
void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP request |
void |
validate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Validate request parameters |
Methods inherited from class org.utgenome.gwt.utgb.server.WebTrackBase |
---|
createSQL, createSQLFromFile, createSQLStatement, getActionPrefix, getActionSuffix, getDatabaseAccess, getHTTPRequestQueryString, getProjectRootPath, getTrackConfigProperty, loadJSON, loadJSON, openAction, openAction, toJSON |
Methods inherited from class org.utgenome.gwt.utgb.server.RequestHandlerBase |
---|
doGet, doPost |
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, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String colorA
public String colorC
public String colorG
public String colorT
public String colorN
public String dbGroup
public String species
public String revision
public int start
public int end
public String name
public int width
public String path
Constructor Detail |
---|
public Sequence()
Method Detail |
---|
public void validate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, UTGBException
RequestHandler
validate
in interface RequestHandler
validate
in class RequestHandlerBase
javax.servlet.ServletException
UTGBException
public void handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
RequestHandler
handle
in interface RequestHandler
handle
in class RequestHandlerBase
request
- the http servlet requestresponse
- the http servlet response
javax.servlet.ServletException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |