Interface SlingWrapper

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getClassName()
      The name of the JavaScript host object "class".
      java.lang.Class<?>[] getWrappedClasses()
      The list of Java classes wrapped by this wrapper.
      • Methods inherited from interface org.mozilla.javascript.Wrapper

        unwrap
    • Method Detail

      • getClassName

        java.lang.String getClassName()
        The name of the JavaScript host object "class".
        Returns:
        the class name
      • getWrappedClasses

        java.lang.Class<?>[] getWrappedClasses()
        The list of Java classes wrapped by this wrapper.
        Returns:
        the wrapped classes