Package | Description |
---|---|
io.stallion | |
io.stallion.plugins.javascript | |
io.stallion.requests | |
io.stallion.restfulEndpoints |
Modifier and Type | Method and Description |
---|---|
static boolean |
Context.currentUserCanAccessEndpoint(RestEndpointBase endpoint)
Determines if the currently active user, based on the current active request, is allowed
to access the passed in endpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
JsEndpoint
Created by pfitzsimmons on 7/26/14.
|
Modifier and Type | Method and Description |
---|---|
RestEndpointBase |
RouteResult.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
RouteResult |
RouteResult.setEndpoint(RestEndpointBase endpoint) |
Modifier and Type | Method and Description |
---|---|
RouteResult |
RoutesRegistry.routeForEndpoints(StRequest request,
List<RestEndpointBase> endpoints) |
Modifier and Type | Class and Description |
---|---|
class |
JavaRestEndpoint
Represents a RESTful endpoint defined via a Java object and method.
|
Modifier and Type | Method and Description |
---|---|
RestEndpointBase |
RestEndpointBase.consumes(String _consumes) |
RestEndpointBase |
RestEndpointBase.produces(String _produces) |
RestEndpointBase |
RestEndpointBase.setArgs(List<RequestArg> args) |
RestEndpointBase |
RestEndpointBase.setCheckXSRF(Boolean checkXSRF) |
RestEndpointBase |
RestEndpointBase.setConsumes(String _consumes) |
RestEndpointBase |
RestEndpointBase.setMethod(String method) |
RestEndpointBase |
RestEndpointBase.setProduces(String _produces) |
RestEndpointBase |
RestEndpointBase.setRole(Role role) |
RestEndpointBase |
RestEndpointBase.setRole(String role) |
RestEndpointBase |
RestEndpointBase.setRoute(String route) |
RestEndpointBase |
RestEndpointBase.setScope(String scope) |
Modifier and Type | Method and Description |
---|---|
List<RestEndpointBase> |
EndpointsRegistry.getEndpoints() |
Modifier and Type | Method and Description |
---|---|
EndpointsRegistry |
EndpointsRegistry.addEndpoints(RestEndpointBase... newEndpoints) |
static boolean |
XSRFHooks.checkXsrfAllowed(StRequest request,
RestEndpointBase endpoint) |
Copyright © 2016. All rights reserved.