Class GetPropertyTEI

java.lang.Object
javax.servlet.jsp.tagext.TagExtraInfo
org.apache.sling.scripting.jsp.taglib.tei.AbstractVarTEI
org.apache.sling.scripting.jsp.taglib.tei.GetPropertyTEI

public class GetPropertyTEI extends AbstractVarTEI
  • Field Details

  • Constructor Details

    • GetPropertyTEI

      public GetPropertyTEI()
  • Method Details

    • getClassName

      protected String getClassName(javax.servlet.jsp.tagext.TagData data)
      Description copied from class: AbstractVarTEI
      Provides the fully qualified class name of the variable injected into the pageContext.
      Specified by:
      getClassName in class AbstractVarTEI
      Parameters:
      data - The TagData.
      Returns:
      The class name of the variable's type.