com.sdm.quasar.client.jsf.tags
Class ImportTag
java.lang.Object
ImportSupport
com.sdm.quasar.client.jsf.tags.ImportTag
- public class ImportTag
- extends ImportSupport
This is a shameless copy ;-) of the jstl import tag. The tag has been extended so
it uses jsf el instead of the jsp el. This is required in order to dynamically
set the include URL through a jsf bean (when using jsp 2.0).
TODO: check if the copyright information is ok the way it is.
- Author:
- Marc Jäckle
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportTag
public ImportTag()
- Constructor
doStartTag
public int doStartTag()
throws JspException
- Throws:
JspException
release
public void release()
setUrl
public void setUrl(java.lang.String url_)
setContext
public void setContext(java.lang.String context_)
setCharEncoding
public void setCharEncoding(java.lang.String charEncoding_)