public interface DestinationHelper
  • Method Details

    • getAssetEntry

      com.liferay.asset.kernel.model.AssetEntry getAssetEntry()
      Returns:
      The AssetEntry object associated with the current destination.
    • getAssetRenderer

      com.liferay.asset.kernel.model.AssetRenderer<?> getAssetRenderer()
      Returns:
      The AssetRenderer for the AssetEntry associated with the current destination.
    • getAssetViewURL

      String getAssetViewURL()
      Returns:
      The view URL of the asset associated with the current destination.
    • getClassName

      String getClassName()
      Returns:
      The fully qualified class name of the AssetEntry associated with the current destination.
    • getClassPK

      long getClassPK()
      Returns:
      The class primary key of the AssetEntry associated with the current destination.
    • getRouteParameter

      Object getRouteParameter(String name)
      Parameters:
      name - The name of the route parameter to retrieve.
      Returns:
      The value of a route parameter with the specified name.
    • getScopeGroupId

      long getScopeGroupId()
      Returns:
      The group ID associated with the current destination.
    • getUID

      String getUID()
      Returns:
      The unique identifier (UID) of the AssetEntry associated with the current destination.