Class ItemSignpostingProcessor
- java.lang.Object
-
- org.dspace.app.rest.signposting.processor.AbstractSignPostingProcessor
-
- org.dspace.app.rest.signposting.processor.item.ItemSignpostingProcessor
-
- All Implemented Interfaces:
SignPostingProcessor<Item>
- Direct Known Subclasses:
ItemAuthorProcessor,ItemContentBitstreamsProcessor,ItemDescribedbyProcessor,ItemIdentifierProcessor,ItemLicenseProcessor,ItemLinksetProcessor,ItemTypeProcessor
public abstract class ItemSignpostingProcessor extends AbstractSignPostingProcessor implements SignPostingProcessor<Item>
An abstract class representsSignPostingProcessorfor an item.- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.com), Francesco Pio Scognamiglio (francescopio.scognamiglio at 4science.com)
-
-
Field Summary
Fields Modifier and Type Field Description protected FrontendUrlServicefrontendUrlService
-
Constructor Summary
Constructors Constructor Description ItemSignpostingProcessor(FrontendUrlService frontendUrlService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbuildAnchor(Context context, Item item)-
Methods inherited from class org.dspace.app.rest.signposting.processor.AbstractSignPostingProcessor
getMetadataField, getPattern, getRelation, setMetadataField, setPattern, setRelation
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dspace.app.rest.signposting.processor.SignPostingProcessor
addLinkSetNodes
-
-
-
-
Field Detail
-
frontendUrlService
protected final FrontendUrlService frontendUrlService
-
-
Constructor Detail
-
ItemSignpostingProcessor
public ItemSignpostingProcessor(FrontendUrlService frontendUrlService)
-
-