Class PrefixingLinkBuilder
java.lang.Object
com.foreach.across.modules.entity.web.PrefixingLinkBuilder
- All Implemented Interfaces:
EntityLinkBuilder
Deprecated.
Prefxes paths generated from another
EntityLinkBuilder
instance.- Author:
- Arne Vandamme
-
Constructor Summary
ConstructorDescriptionPrefixingLinkBuilder
(@NonNull String prefixPath, EntityLinkBuilder linkBuilder) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionasAssociationFor
(EntityLinkBuilder sourceLinkBuilder, Object sourceEntity) Deprecated.Creates a new link builder that represents the current linkbuilder as an association from a source entity, this will useEntityLinkBuilder.associations(Object)
on the source link builder for prefixing the current link builder.associations
(Object entity) Deprecated.create()
Deprecated.Deprecated.overview()
Deprecated.Deprecated.Deprecated.
-
Constructor Details
-
PrefixingLinkBuilder
Deprecated.
-
-
Method Details
-
overview
Deprecated.- Specified by:
overview
in interfaceEntityLinkBuilder
- Returns:
- link to the overview/list page
-
create
Deprecated.- Specified by:
create
in interfaceEntityLinkBuilder
- Returns:
- link to create-new page
-
update
Deprecated.- Specified by:
update
in interfaceEntityLinkBuilder
- Parameters:
entity
- being updated- Returns:
- link to update page for entity
-
delete
Deprecated.- Specified by:
delete
in interfaceEntityLinkBuilder
- Parameters:
entity
- being deleted- Returns:
- link to delete page for entity
-
view
Deprecated.- Specified by:
view
in interfaceEntityLinkBuilder
- Parameters:
entity
- being viewed- Returns:
- link to view page for entity
-
associations
Deprecated.- Specified by:
associations
in interfaceEntityLinkBuilder
- Parameters:
entity
- being viewed- Returns:
- base link for associations
-
asAssociationFor
Deprecated.Description copied from interface:EntityLinkBuilder
Creates a new link builder that represents the current linkbuilder as an association from a source entity, this will useEntityLinkBuilder.associations(Object)
on the source link builder for prefixing the current link builder.- Specified by:
asAssociationFor
in interfaceEntityLinkBuilder
-
EntityViewLinks
instead