Interface LinkLabelContext
public interface LinkLabelContext
Gets the data required for a renderer.
- Since:
- 1.1.0
-
Method Summary
Modifier and TypeMethodDescriptiongetLink()
Returns the current link being rendered.com.orchestranetworks.service.Session
Returns the current user session.
-
Method Details
-
getLink
Link getLink()Returns the current link being rendered.- Since:
- 1.1.0
-
getSession
com.orchestranetworks.service.Session getSession()Returns the current user session.- Since:
- 1.1.0
-