public class ApiRequestFilterDelegate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SCHEMAS_HEADER |
| Constructor and Description |
|---|
ApiRequestFilterDelegate() |
| Modifier and Type | Method and Description |
|---|---|
ApiContext |
doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain) |
List<ApiRequestHandler> |
getHandlers() |
IdFormatter |
getIdFormatter() |
ApiRequestParser |
getParser() |
SchemaFactory |
getSchemaFactory() |
String |
getVersion() |
boolean |
isThrowErrors() |
void |
setHandlers(List<ApiRequestHandler> handlers) |
void |
setIdFormatter(IdFormatter idFormatter) |
void |
setParser(ApiRequestParser parser) |
void |
setSchemaFactory(SchemaFactory schemaFactory) |
void |
setThrowErrors(boolean throwErrors) |
void |
setVersion(String version) |
public static final String SCHEMAS_HEADER
public ApiContext doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic ApiRequestParser getParser()
@Inject public void setParser(ApiRequestParser parser)
public boolean isThrowErrors()
public void setThrowErrors(boolean throwErrors)
public List<ApiRequestHandler> getHandlers()
@Inject public void setHandlers(List<ApiRequestHandler> handlers)
public String getVersion()
@Inject public void setVersion(String version)
public SchemaFactory getSchemaFactory()
@Inject public void setSchemaFactory(SchemaFactory schemaFactory)
public IdFormatter getIdFormatter()
public void setIdFormatter(IdFormatter idFormatter)
Copyright © 2014. All rights reserved.