Class TypeView

  • All Implemented Interfaces:
    Use

    @ProviderType
    public class TypeView
    extends java.lang.Object
    implements Use
    • Constructor Detail

      • TypeView

        public TypeView()
    • Method Detail

      • init

        public void init​(javax.script.Bindings bindings)
        Description copied from interface: Use

        Called to initialize the Java object with the current Java Scripting API bindings.

        This method is called only if the object has been instantiated by HTL as part of processing the data-sly-use attribute. The Java Scripting API bindings provide all the global variables known to a script being executed.

        Specified by:
        init in interface Use
        Parameters:
        bindings - The Java Scripting API bindings.
      • activate

        public void activate()
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getTitle

        public java.lang.String getTitle()
      • getDescription

        public java.lang.String getDescription()
      • getParentUrl

        public java.lang.String getParentUrl()
      • getParentFqdn

        public java.lang.String getParentFqdn()
      • getParameters

        public java.util.List<java.lang.String> getParameters()
      • getHasProps

        public boolean getHasProps()