|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.Restlet
org.restlet.Application
com.sibvisions.rad.server.http.rest.RESTAdapter
public class RESTAdapter
The RESTAdapter
class enables access to application life-cycle objects of JVx.
Field Summary | |
---|---|
static String |
PARAM_ACTION_NAME
the name of the "action" parameter. |
static String |
PARAM_APP_NAME
the name of the "application name" parameter. |
static String |
PARAM_LCO_CLASS
the name of the "lifecycle class" parameter. |
static String |
PARAM_OBJECT_NAME
the name of the "object" parameter. |
static String |
PARAM_PK
the name of the "primary key" parameter. |
Constructor Summary | |
---|---|
RESTAdapter()
|
Method Summary | |
---|---|
org.restlet.Restlet |
createInboundRoot()
Creates a root Restlet that will receive all incoming calls. |
Methods inherited from class org.restlet.Application |
---|
createOutboundRoot, getConnectorService, getConnegService, getConverterService, getCurrent, getDecoderService, getEncoderService, getInboundRoot, getMetadataService, getOutboundRoot, getRangeService, getRole, getRoles, getServices, getStatusService, getTaskService, getTunnelService, handle, setClientRoot, setConnectorService, setConnegService, setContext, setConverterService, setCurrent, setDecoderService, setEncoderService, setInboundRoot, setInboundRoot, setMetadataService, setOutboundRoot, setOutboundRoot, setRangeService, setRoles, setStatusService, setTaskService, setTunnelService, start, stop |
Methods inherited from class org.restlet.Restlet |
---|
createFinder, finalize, getApplication, getAuthor, getContext, getDescription, getFinderClass, getLogger, getName, getOwner, handle, handle, handle, isStarted, isStopped, setAuthor, setDescription, setFinderClass, setName, setOwner |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PARAM_APP_NAME
public static final String PARAM_LCO_CLASS
public static final String PARAM_OBJECT_NAME
public static final String PARAM_ACTION_NAME
public static final String PARAM_PK
Constructor Detail |
---|
public RESTAdapter()
Method Detail |
---|
public org.restlet.Restlet createInboundRoot()
createInboundRoot
in class org.restlet.Application
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |