|
||||||||||
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
public abstract class AbstractApplicationPlugin
Abstract Application to override
Constructor Summary | |
---|---|
AbstractApplicationPlugin()
Default constructor |
|
AbstractApplicationPlugin(org.restlet.Context context)
Constructor with context. |
|
AbstractApplicationPlugin(org.restlet.Context arg0,
ApplicationPluginModel model)
Constructor with context and representation of the application configuration. |
|
AbstractApplicationPlugin(org.restlet.Context arg0,
org.restlet.representation.Representation arg1)
Constructor with context and representation of the application configuration. |
Method Summary | |
---|---|
void |
addParameter(ApplicationPluginParameter param)
Add the given parameter to the Model. |
ApplicationPluginModel |
getModel()
Gets the model value |
ApplicationPluginParameter |
getParameter(java.lang.String paramName)
Retrieve a parameter from its given name |
Validator<AbstractApplicationPlugin> |
getValidator()
Get the Validator on a |
void |
setModel(ApplicationPluginModel model)
Sets the value of model |
void |
start()
|
void |
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, sitoolsDescribe, unregister, wrapToResource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractApplicationPlugin()
public AbstractApplicationPlugin(org.restlet.Context context)
context
- Restlet host contextpublic AbstractApplicationPlugin(org.restlet.Context arg0, org.restlet.representation.Representation arg1)
arg0
- Restlet contextarg1
- wadl representationpublic AbstractApplicationPlugin(org.restlet.Context arg0, ApplicationPluginModel model)
arg0
- Restlet contextmodel
- ApplicationPLuginModel objectMethod Detail |
---|
public void start() throws java.lang.Exception
start
in class SitoolsApplication
java.lang.Exception
public void stop() throws java.lang.Exception
stop
in class SitoolsApplication
java.lang.Exception
public final ApplicationPluginModel getModel()
public final void setModel(ApplicationPluginModel model)
model
- the model to setpublic final void addParameter(ApplicationPluginParameter param)
param
- the parameterpublic final ApplicationPluginParameter getParameter(java.lang.String paramName)
paramName
- the name of the parameter
public Validator<AbstractApplicationPlugin> getValidator()
Validable
getValidator
in interface Validable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |