com.sdm.quasar.client.jsf.tags
Class ImportTag

java.lang.Object
  extended byImportSupport
      extended bycom.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

Constructor Summary
ImportTag()
          Constructor
 
Method Summary
 int doStartTag()
           
 void release()
           
 void setCharEncoding(java.lang.String charEncoding_)
           
 void setContext(java.lang.String context_)
           
 void setUrl(java.lang.String url_)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportTag

public ImportTag()
Constructor

Method Detail

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_)