クラス 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) WebGroovyTemplateBinding(WebRequestStack requestStack) -
メソッドの概要
修飾子とタイプメソッド説明getVariable(String name) booleanhasVariable(String name) voidvoidvoidincludeTemplate(String templateName) voidincludeTemplate(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
- 例外:
IOException
-
-
メソッドの詳細
-
getVariable
- オーバーライド:
getVariableクラス内groovy.lang.Binding
-
hasVariable
- オーバーライド:
hasVariableクラス内groovy.lang.Binding
-
getVariables
- オーバーライド:
getVariablesクラス内groovy.lang.Binding
-
include
- 例外:
jakarta.servlet.ServletExceptionIOException
-
include
public void include(String path, org.iplass.mtp.command.RequestContextWrapper request) throws jakarta.servlet.ServletException, IOException - 例外:
jakarta.servlet.ServletExceptionIOException
-
includeTemplate
public void includeTemplate(String templateName) throws jakarta.servlet.ServletException, IOException - 例外:
jakarta.servlet.ServletExceptionIOException
-
includeTemplate
public void includeTemplate(String templateName, org.iplass.mtp.command.RequestContextWrapper request) throws jakarta.servlet.ServletException, IOException - 例外:
jakarta.servlet.ServletExceptionIOException
-
renderContent
- 例外:
IOExceptionjakarta.servlet.ServletException
-