public class Segment extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
ignoreParameters |
protected boolean |
ignoreParametersSet |
protected ResourceLocator |
locator |
protected List<ResourceMethod> |
methods |
static String |
RESTEASY_CHOSEN_ACCEPT |
Constructor and Description |
---|
Segment() |
Modifier and Type | Method and Description |
---|---|
protected void |
findIgnoreParameters() |
protected boolean |
isEmpty() |
protected ResourceInvoker |
match(String httpMethod,
HttpRequest request) |
public static final String RESTEASY_CHOSEN_ACCEPT
protected List<ResourceMethod> methods
protected ResourceLocator locator
protected boolean ignoreParameters
protected boolean ignoreParametersSet
protected boolean isEmpty()
protected ResourceInvoker match(String httpMethod, HttpRequest request)
httpMethod
- this is so we can find a GET match when HEAD is called (and there is no head)request
- protected void findIgnoreParameters()
Copyright © 2018 JBoss by Red Hat. All rights reserved.