|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectExtendedWadlServerResource
fr.cnes.sitools.common.resource.AbstractSitoolsResource
fr.cnes.sitools.common.SitoolsResource
fr.cnes.sitools.security.userblacklist.AbstractUserBlackListResource
public abstract class AbstractUserBlackListResource
Abstract resource for UserBlacklist handling
| Field Summary |
|---|
| Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
|---|
DEFAULT_MEDIATYPE |
| Constructor Summary | |
|---|---|
AbstractUserBlackListResource()
Default constructor |
|
| Method Summary | |
|---|---|
void |
doInit()
Initiate the resource |
org.restlet.representation.Representation |
getRepresentation(Response response,
org.restlet.data.MediaType media)
Encode a response into a Representation according to the given media type. |
SitoolsStore<UserBlackListModel> |
getStore()
Gets the store value |
UserBlackListApplication |
getUserBlackListApplication()
Gets the application value |
java.lang.String |
getUserId()
Gets the userId value |
| Methods inherited from class fr.cnes.sitools.common.resource.AbstractSitoolsResource |
|---|
getMediaType, sitoolsDescribe |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractUserBlackListResource()
| Method Detail |
|---|
public final void doInit()
SitoolsResource
public UserBlackListApplication getUserBlackListApplication()
public SitoolsStore<UserBlackListModel> getStore()
public java.lang.String getUserId()
public org.restlet.representation.Representation getRepresentation(Response response,
org.restlet.data.MediaType media)
getRepresentation in class SitoolsResourceresponse - Responsemedia - Response
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||