public abstract class AbstractResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FF4j |
ff4j
Access to Features through store.
|
protected javax.ws.rs.core.Request |
request
current request.
|
protected javax.ws.rs.core.SecurityContext |
securityContext
security context is included within resources to get permissions.
|
protected javax.ws.rs.core.UriInfo |
uriInfo
rest url.
|
| Constructor and Description |
|---|
AbstractResource() |
| Modifier and Type | Method and Description |
|---|---|
FeatureStore |
getFeatureStore()
Getter accessor for attribute 'store'.
|
PropertyStore |
getPropertyStore()
Getter accessor for attribute 'propertyStore'.
|
EventRepository |
getRepo()
Getter accessor for attribute 'repo'.
|
void |
setPropertyStore(PropertyStore propertyStore)
Setter accessor for attribute 'propertyStore'.
|
@Context protected FF4j ff4j
@Context protected javax.ws.rs.core.UriInfo uriInfo
@Context protected javax.ws.rs.core.Request request
@Context protected javax.ws.rs.core.SecurityContext securityContext
public EventRepository getRepo()
public FeatureStore getFeatureStore()
public PropertyStore getPropertyStore()
public void setPropertyStore(PropertyStore propertyStore)
propertyStore - new value for 'propertyStore 'Copyright © 2013–2022 FF4J. All rights reserved.