|
||||||||||
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.ChromosomeMap
public class ChromosomeMap
draw chromosome map
Nested Class Summary | |
---|---|
static class |
ChromosomeMap.Comparator4ChrName
|
static class |
ChromosomeMap.CytoBandComprator
|
static class |
ChromosomeMap.ReadLocus
|
Field Summary | |
---|---|
String |
bssQuery
|
String |
dbGroup
|
String |
dbName
|
String |
displayType
|
long |
end
|
String |
name
|
String |
revision
|
String |
species
|
long |
start
|
int |
width
|
Constructor Summary | |
---|---|
ChromosomeMap()
|
Method Summary | |
---|---|
static ChrRange |
getChrRegion(String species,
String revision)
|
void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP request |
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, validate |
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 species
public String revision
public String displayType
public int width
public long start
public long end
public String dbGroup
public String dbName
public String bssQuery
public String name
Constructor Detail |
---|
public ChromosomeMap()
Method Detail |
---|
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
public static ChrRange getChrRegion(String species, String revision)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |