| Package | Description |
|---|---|
| com.foreach.across.modules.webcms.domain.endpoint.web.controllers |
| Modifier and Type | Method and Description |
|---|---|
WebCmsEndpointCondition |
WebCmsEndpointCondition.combine(WebCmsEndpointCondition other)
Two conditions are merged by modifying this instance of
WebCmsEndpointCondition. |
WebCmsEndpointCondition |
WebCmsEndpointCondition.getMatchingCondition(javax.servlet.http.HttpServletRequest request)
A condition can only match if the resolved
WebCmsEndpointContext has an endpoint of the correct class and
a url with correct statuscode. |
| Modifier and Type | Method and Description |
|---|---|
WebCmsEndpointCondition |
WebCmsEndpointCondition.combine(WebCmsEndpointCondition other)
Two conditions are merged by modifying this instance of
WebCmsEndpointCondition. |
int |
WebCmsEndpointCondition.compareTo(WebCmsEndpointCondition other,
javax.servlet.http.HttpServletRequest request)
Returns -1, 0 or 1 if the current
WebCmsEndpointCondition is more specific, equally specific or less specific
than the given condition. |
Copyright © 2020. All rights reserved.