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 Response
getDecoratorsPreview(String url)
Response
getLinkAppearance(String url)
Response
getLinksAppearance()
Response
getLinksAppearanceAttributes()
Retrieves the configured link attributes without checking admin access and without attributes' properties nor decorators.Response
getShapeOf(String url)
Response
saveLinksAppearance()
-
-
-
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()
-
-