Interface Token


public interface Token
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    printOut(jakarta.servlet.jsp.PageContext page)
     
  • Method Details

    • printOut

      void printOut(jakarta.servlet.jsp.PageContext page) throws jakarta.servlet.ServletException, IOException
      Throws:
      jakarta.servlet.ServletException
      IOException
    • getKey

      String getKey()