jbpm-form-modeler-request-dispatcher 6.2.0.CR4

org.jbpm.formModeler.service.bb.mvc.taglib
Class ContextTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.jbpm.formModeler.service.bb.mvc.taglib.ContextTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class ContextTag
extends javax.servlet.jsp.tagext.BodyTagSupport

See Also:
Serialized Form

Nested Class Summary
static class ContextTag.TEI
           
 
Field Summary
static String INCLUDE_HOST
           
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ContextTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 String getContextHost()
           
static String getContextPath(String uri, javax.servlet.http.HttpServletRequest request)
           
 String getUri()
           
protected  boolean isGlobalIncludeHost()
           
 boolean isIncludeHost()
           
 void setIncludeHost(boolean includeHost)
           
 void setUri(String uri)
           
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

INCLUDE_HOST

public static final String INCLUDE_HOST
See Also:
Constant Field Values
Constructor Detail

ContextTag

public ContextTag()
Method Detail

getUri

public String getUri()

setUri

public void setUri(String uri)

isIncludeHost

public boolean isIncludeHost()

setIncludeHost

public void setIncludeHost(boolean includeHost)

doStartTag

public final int doStartTag()
                     throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException

isGlobalIncludeHost

protected boolean isGlobalIncludeHost()

getContextHost

public String getContextHost()

getContextPath

public static String getContextPath(String uri,
                                    javax.servlet.http.HttpServletRequest request)

jbpm-form-modeler-request-dispatcher 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.