Class LinkAppearanceService
- java.lang.Object
-
- com.sodius.oslc.server.process.links.services.LinkAppearanceService
-
public class LinkAppearanceService extends Object
Manages the link appearance services.- Since:
- 3.3.0
-
-
Constructor Summary
Constructors Constructor Description LinkAppearanceService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponsegetDecoratorsPreview(String url)ResponsegetLinkAppearance(String url)ResponsegetLinksAppearance()ResponsegetLinksAppearanceAttributes()Retrieves the configured link attributes without checking admin access and without attributes' properties nor decorators.ResponsegetShapeOf(String url)ResponsesaveLinksAppearance()
-
-
-
Method Detail
-
getLinksAppearanceAttributes
public Response getLinksAppearanceAttributes()
Retrieves the configured link attributes without checking admin access and without attributes' properties nor decorators.This method is convenient for applications where regular users can customize (out of the server configuration) the link attributes to display.
- Returns:
- configured link attributes.
-
getLinksAppearance
public Response getLinksAppearance()
-
saveLinksAppearance
public Response saveLinksAppearance()
-
-