org.apache.pluto.tags
Class DefineObjectsTag

java.lang.Object
  extended by TagSupport
      extended by org.apache.pluto.tags.DefineObjectsTag

public class DefineObjectsTag
extends TagSupport

Supporting class for the defineObjects tag. Creates the following variables to be used in the JSP:

See Also:
javax.portlet.PortletRequest, javax.portlet.RenderResponse, javax.portlet.PortletConfig

Nested Class Summary
static class DefineObjectsTag.TEI
           
 
Constructor Summary
DefineObjectsTag()
           
 
Method Summary
 int doStartTag()
          Processes the defineObjects tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefineObjectsTag

public DefineObjectsTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Processes the defineObjects tag.

Returns:
SKIP_BODY
Throws:
JspException