クラス MetaGroovyTemplate.WebGroovyTemplateBinding

java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Binding
org.iplass.mtp.impl.script.template.GroovyTemplateBinding
org.iplass.mtp.impl.web.template.MetaGroovyTemplate.WebGroovyTemplateBinding
すべての実装されたインタフェース:
groovy.lang.GroovyObject
含まれているクラス:
MetaGroovyTemplate

public static class MetaGroovyTemplate.WebGroovyTemplateBinding extends org.iplass.mtp.impl.script.template.GroovyTemplateBinding
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
    WebGroovyTemplateBinding(org.iplass.mtp.command.RequestContext reqCon, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, jakarta.servlet.ServletContext application, jakarta.servlet.jsp.PageContext page)
     
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
     
     
    boolean
     
    void
     
    void
    include(String path, org.iplass.mtp.command.RequestContextWrapper request)
     
    void
    includeTemplate(String templateName)
     
    void
    includeTemplate(String templateName, org.iplass.mtp.command.RequestContextWrapper request)
     
    void
     

    クラスから継承されたメソッド groovy.lang.Binding

    getProperty, removeVariable, setProperty, setVariable

    クラスから継承されたメソッド groovy.lang.GroovyObjectSupport

    getMetaClass, setMetaClass

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    インタフェースから継承されたメソッド groovy.lang.GroovyObject

    invokeMethod
  • コンストラクタの詳細

    • WebGroovyTemplateBinding

      public WebGroovyTemplateBinding(org.iplass.mtp.command.RequestContext reqCon, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, jakarta.servlet.ServletContext application, jakarta.servlet.jsp.PageContext page) throws IOException
      例外:
      IOException
    • WebGroovyTemplateBinding

      public WebGroovyTemplateBinding(WebRequestStack requestStack) throws IOException
      例外:
      IOException
  • メソッドの詳細

    • getVariable

      public Object getVariable(String name)
      オーバーライド:
      getVariable クラス内 groovy.lang.Binding
    • hasVariable

      public boolean hasVariable(String name)
      オーバーライド:
      hasVariable クラス内 groovy.lang.Binding
    • getVariables

      public Map getVariables()
      オーバーライド:
      getVariables クラス内 groovy.lang.Binding
    • include

      public void include(String path) throws jakarta.servlet.ServletException, IOException
      例外:
      jakarta.servlet.ServletException
      IOException
    • include

      public void include(String path, org.iplass.mtp.command.RequestContextWrapper request) throws jakarta.servlet.ServletException, IOException
      例外:
      jakarta.servlet.ServletException
      IOException
    • includeTemplate

      public void includeTemplate(String templateName) throws jakarta.servlet.ServletException, IOException
      例外:
      jakarta.servlet.ServletException
      IOException
    • includeTemplate

      public void includeTemplate(String templateName, org.iplass.mtp.command.RequestContextWrapper request) throws jakarta.servlet.ServletException, IOException
      例外:
      jakarta.servlet.ServletException
      IOException
    • renderContent

      public void renderContent() throws IOException, jakarta.servlet.ServletException
      例外:
      IOException
      jakarta.servlet.ServletException