|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.restlet.Restlet
net.fortytwo.sesametools.ldserver.query.QueryResource
public abstract class QueryResource
| Field Summary | |
|---|---|
protected org.openrdf.sail.Sail |
sail
|
protected String |
selfURI
|
| Constructor Summary | |
|---|---|
QueryResource()
|
|
| Method Summary | |
|---|---|
protected Map<String,String> |
getArguments(org.restlet.Request request)
|
protected Map<String,String> |
parseParams(String s)
|
protected int |
readLimit(Map<String,String> arguments)
|
protected String |
urlDecode(String encoded)
|
| Methods inherited from class org.restlet.Restlet |
|---|
createFinder, finalize, getApplication, getAuthor, getContext, getDescription, getFinderClass, getLogger, getName, getOwner, handle, handle, handle, handle, isStarted, isStopped, setAuthor, setContext, setDescription, setFinderClass, setName, setOwner, start, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String selfURI
protected org.openrdf.sail.Sail sail
| Constructor Detail |
|---|
public QueryResource()
| Method Detail |
|---|
protected Map<String,String> getArguments(org.restlet.Request request)
throws org.restlet.resource.ResourceException
org.restlet.resource.ResourceException
protected Map<String,String> parseParams(String s)
throws UnsupportedEncodingException
UnsupportedEncodingExceptionprotected int readLimit(Map<String,String> arguments)
protected String urlDecode(String encoded)
throws UnsupportedEncodingException
UnsupportedEncodingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||