public class GXJspIncludeTag extends GXAbstractTag
<gx:include gx_context="<CONTEXT CLASS>">
...
<img src=...
...
</gx:include>
com.sabratec.j2ee.framework.web.GXIWebPageContext#gx_onLoad()com.sabratec.j2ee.framework.web.GXIWebPageContext#gx_preRender()com.sabratec.j2ee.framework.web.GXIWebPageContext#gx_onUnload()com.sabratec.j2ee.framework.web.GXIWebPageContext#gx_onError(RuntimeException)()| Constructor and Description |
|---|
GXJspIncludeTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag()
Method called at the end of the tag.
|
int |
doStartTag()
Method called at the beginning of the tag.
|
void |
setGx_context(String gx_contextName) |
void |
setPageContext(PageContext pageContext)
Overrides the
BodyTagSupport class, and is used for initializing the current tag. |
doAfterBody, getId, getInnerHTML, getMainContext, getName, setAlign, setAttributes, setBgcolor, setCssClass, setHeight, setId, setOnclick, setStyle, setTitle, setVisible, setWidthpublic void setPageContext(PageContext pageContext)
GXAbstractTagBodyTagSupport class, and is used for initializing the current tag.setPageContext in class GXAbstractTagpageContext - The JSP page contextpublic final int doStartTag()
throws JspException
doStartTag in class GXAbstractTagJspExceptionBodyTagSupport#doStartTag()public final int doEndTag()
throws JspTagException
doEndTag in class GXAbstractTagJspTagExceptionpublic void setGx_context(String gx_contextName) throws ClassNotFoundException, IllegalAccessException, InstantiationException
Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.