| Modifier and Type | Method and Description |
|---|---|
boolean |
WebCmsArticleEndpointAccessValidator.appliesFor(WebCmsEndpoint endpoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsAssetEndpoint<T extends WebCmsAsset>
This endpoint represents a
WebCmsAsset. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebCmsAssetEndpointAccessValidator.appliesFor(WebCmsEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.util.UriComponentsBuilder |
WebCmsEndpointServiceImpl.appendPreviewCode(WebCmsEndpoint endpoint,
org.springframework.web.util.UriComponentsBuilder uriComponentsBuilder) |
org.springframework.web.util.UriComponentsBuilder |
WebCmsEndpointService.appendPreviewCode(WebCmsEndpoint endpoint,
org.springframework.web.util.UriComponentsBuilder uriComponentsBuilder) |
Optional<org.springframework.web.util.UriComponentsBuilder> |
WebCmsUriComponentsService.buildUriComponents(WebCmsEndpoint endpoint)
Builds a
UriComponentsBuilder for a particular WebCmsEndpoint on the current domain. |
Optional<org.springframework.web.util.UriComponentsBuilder> |
WebCmsUriComponentsService.buildUriComponents(WebCmsEndpoint endpoint,
WebCmsDomain domain)
Builds a
UriComponentsBuilder for a particular WebCmsEndpoint on the current domain. |
boolean |
WebCmsEndpointServiceImpl.isValidPreviewCode(WebCmsEndpoint endpoint,
String securityCode) |
boolean |
WebCmsEndpointService.isValidPreviewCode(WebCmsEndpoint endpoint,
String securityCode)
Check if a particular security code allows access to an endpoint.
|
void |
WebCmsEndpointRepositoryExtension.refresh(WebCmsEndpoint endpoint)
Force a refresh of the endpoint attached to the current session.
|
| Constructor and Description |
|---|
QWebCmsEndpoint(Class<? extends WebCmsEndpoint> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QWebCmsEndpoint(com.querydsl.core.types.Path<? extends WebCmsEndpoint> path) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WebCmsEndpointAccessValidator<T extends WebCmsEndpoint>
Validates that a resolved endpoint should be available.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebCmsEndpointAccessValidator.appliesFor(WebCmsEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
<T extends WebCmsEndpoint> |
DefaultWebCmsEndpointContext.getEndpoint(Class<T> endpointType) |
<T extends WebCmsEndpoint> |
WebCmsEndpointContext.getEndpoint(Class<T> endpointType) |
<T extends WebCmsEndpoint> |
DefaultWebCmsEndpointContext.isOfType(@NonNull Class<T> endpointType) |
<T extends WebCmsEndpoint> |
WebCmsEndpointContext.isOfType(Class<T> endpointType) |
| Modifier and Type | Method and Description |
|---|---|
WebCmsEndpoint |
WebCmsEndpointContext.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableWebCmsEndpointContext.setEndpoint(WebCmsEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
Collection<WebCmsMenuItem> |
WebCmsMenuItemRepository.findAllByEndpoint(WebCmsEndpoint endpoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsRemoteEndpoint
This endpoint represent a redirect to the configured target URL
|
| Modifier and Type | Method and Description |
|---|---|
protected WebCmsEndpoint |
WebCmsRemoteEndpointImporter.createDto(WebCmsDataEntry data,
WebCmsEndpoint existing,
WebCmsDataAction action,
Map<String,Object> dataValues) |
protected WebCmsEndpoint |
WebCmsRemoteEndpointImporter.retrieveExistingInstance(WebCmsDataEntry data) |
| Modifier and Type | Method and Description |
|---|---|
protected WebCmsEndpoint |
WebCmsRemoteEndpointImporter.createDto(WebCmsDataEntry data,
WebCmsEndpoint existing,
WebCmsDataAction action,
Map<String,Object> dataValues) |
protected void |
WebCmsRemoteEndpointImporter.deleteInstance(WebCmsEndpoint instance,
WebCmsDataEntry data) |
protected void |
WebCmsRemoteEndpointImporter.saveDto(WebCmsEndpoint dto,
WebCmsDataAction action,
WebCmsDataEntry data) |
| Modifier and Type | Method and Description |
|---|---|
protected WebCmsUrl |
WebCmsUrlOnEndpointImporter.createDto(WebCmsDataEntry data,
WebCmsUrl existing,
WebCmsDataAction action,
WebCmsEndpoint parent) |
protected void |
WebCmsUrlOnEndpointImporter.delete(WebCmsUrl dto,
WebCmsEndpoint parent) |
protected WebCmsUrl |
WebCmsUrlOnEndpointImporter.getExisting(WebCmsDataEntry data,
WebCmsEndpoint parent) |
protected void |
WebCmsUrlOnEndpointImporter.save(WebCmsUrl dto,
WebCmsEndpoint parent) |
| Modifier and Type | Method and Description |
|---|---|
List<WebCmsUrl> |
WebCmsUrlRepository.findAllByEndpoint(WebCmsEndpoint entity) |
org.springframework.data.domain.Page<WebCmsUrl> |
WebCmsUrlRepository.findAllByEndpoint(WebCmsEndpoint entity,
org.springframework.data.domain.Pageable pageable) |
Copyright © 2020. All rights reserved.