public class BasicRestlet
extends org.restlet.Restlet
Modifier and Type | Field and Description |
---|---|
protected List<String> |
fields |
protected Map<String,String> |
queryValues |
protected Registration |
registration |
Constructor and Description |
---|
BasicRestlet(org.restlet.Context context)
Constructor for BasicRestlet.
|
Modifier and Type | Method and Description |
---|---|
protected void |
authenticate(String identifier)
authenticate.
|
protected String |
getQueryValue(String key) |
protected void |
init(org.restlet.Request request)
init.
|
static Map<String,String[]> |
queryMap(org.restlet.Request req) |
createFinder, finalize, getApplication, getAuthor, getContext, getDescription, getFinderClass, getLogger, getName, getOwner, handle, handle, handle, handle, isStarted, isStopped, setAuthor, setContext, setDescription, setFinderClass, setName, setOwner, start, stop
protected Registration registration
public BasicRestlet(org.restlet.Context context)
Constructor for BasicRestlet.
context
- a Context
object.protected void init(org.restlet.Request request)
init.
request
- a Request
object.protected void authenticate(String identifier) throws org.restlet.resource.ResourceException
authenticate.
identifier
- a String
object.org.restlet.resource.ResourceException
- if any.Copyright © 2015 SeqWare. All rights reserved.