Expresso 5-6

com.jcorporate.expresso.ext.taglib
Class Context

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.jcorporate.expresso.ext.taglib.Context
All Implemented Interfaces:
IterationTag, Serializable, Tag

public class Context
extends TagSupport

A simple tag to provide the context path and/or the "expresso" directory. Optionally figure out context paths for specific schema's as well

Author:
Michael Nash
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
Context()
           
 
Method Summary
 int doStartTag()
           
 String getSchema()
           
 void setSchema(String newSchema)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context()
Method Detail

doStartTag

public int doStartTag()
               throws JspTagException
Throws:
JspTagException

getSchema

public String getSchema()

setSchema

public void setSchema(String newSchema)

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.