|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectExtendedWadlApplication
fr.cnes.sitools.common.application.SitoolsApplication
fr.cnes.sitools.common.application.SitoolsParameterizedApplication
fr.cnes.sitools.plugins.applications.business.AbstractApplicationPlugin
fr.cnes.sitools.applications.basic.ProxyApp
public final class ProxyApp
Plugin Application to redirect client request to target template url in Redirector mode.
Constructor Summary | |
---|---|
ProxyApp()
Default constructor Used when getting parameters for generic configuration of an application instance |
|
ProxyApp(org.restlet.Context context)
Default constructor |
|
ProxyApp(org.restlet.Context arg0,
ApplicationPluginModel model)
Constructor with context and model of the application configuration used when actually creating application instance |
Method Summary | |
---|---|
void |
constructor()
the common part of constructor |
org.restlet.Restlet |
createInboundRoot()
|
Validator<AbstractApplicationPlugin> |
getValidator()
Get the Validator on a |
void |
handle(org.restlet.Request request,
org.restlet.Response response)
|
void |
sitoolsDescribe()
Abstract method for thinking about implementing it for each concrete application describe is the RESTlet method, but overriding, prevents the self-describing functionality. |
Methods inherited from class fr.cnes.sitools.plugins.applications.business.AbstractApplicationPlugin |
---|
addParameter, getModel, getParameter, setModel, start, stop |
Methods inherited from class fr.cnes.sitools.common.application.SitoolsParameterizedApplication |
---|
attachParameterizedResources, detachParameterizedResource, getApplicationInfo, getModel, getModelMap, getPluginStore, setModelMap |
Methods inherited from class fr.cnes.sitools.common.application.SitoolsApplication |
---|
addSecurity, addSecurity, addSecurityFilter, defaultDescribe, getAttachementRef, getAuthenticationRealm, getAuthorizer, getAuthorizer, getAuthorizer, getCategory, getId, getPublicBaseRef, getRepresentationInfoReferences, getSecure, getSettings, getSitoolsApplicationInfo, getType, getUserAuthorizer, isAuthorizationSecure, isUserAuthenticationNeeded, register, setAutoRegistration, setCategory, setId, setSitoolsApplicationInfo, setType, setUserAuthenticationNeeded, unregister, wrapToResource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyApp(org.restlet.Context context)
context
- contextpublic ProxyApp()
public ProxyApp(org.restlet.Context arg0, ApplicationPluginModel model)
arg0
- Restlet contextmodel
- model contains configuration parameters of the application instanceMethod Detail |
---|
public void constructor()
public void sitoolsDescribe()
SitoolsApplication
sitoolsDescribe
in class SitoolsApplication
public org.restlet.Restlet createInboundRoot()
public void handle(org.restlet.Request request, org.restlet.Response response)
public Validator<AbstractApplicationPlugin> getValidator()
Validable
getValidator
in interface Validable
getValidator
in class AbstractApplicationPlugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |