Interface FormClientLibManager


  • @ProviderType
    public interface FormClientLibManager
    Defines the FormClientLibManager Sling Model to perform operation related to client libraries.
    Since:
    com.adobe.cq.forms.core.components.models.form 4.5.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addClientLibRef​(@NotNull java.lang.String clientLibRef)
      Adds a client library associated with form or fragment for a request, that can be consumed later within the scope of request.
      java.util.List<java.lang.String> getClientLibRefList()
      Returns list of client libraries associated with form and fragments that were added for the request.
    • Method Detail

      • addClientLibRef

        void addClientLibRef​(@NotNull
                             @NotNull java.lang.String clientLibRef)
        Adds a client library associated with form or fragment for a request, that can be consumed later within the scope of request.
        Parameters:
        clientLibRef -
      • getClientLibRefList

        java.util.List<java.lang.String> getClientLibRefList()
        Returns list of client libraries associated with form and fragments that were added for the request.
        Returns:
        client libs