|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.pluto.tags.DefineObjectsTag
public class DefineObjectsTag
A tag handler for the defineObjects
tag. Creates the
following variables to be used in the JSP:
RenderRequest
renderRequest
,
when included from within the render
method, null
otherwise
ResourceRequest
resourceRequest
,
when included from within the serveResource
method, null
otherwise
ActionRequest
actionRequest
,
when included from within the processAction
method, null
otherwise
EventRequest
eventRequest
,
when included from within the processEvent
method, null
otherwise
RenderResponse
renderResponse
,
when included from within the render
method, null
otherwise
ResourceResponse
resourceResponse
,
when included from within the serveResource
method, null
otherwise
ActionResponse
actionResponse
,
when included from within the processAction
method, null
otherwise
EventResponse
eventResponse
,
when included from within the processEvent
method, null
otherwise
PortletConfig
portletConfig
PortletSession
portletSession
, providing access to the portletSession,
does not create a new session, only returns an existing session
Map
portletSessionScope
, providing access to the
portletSession attributes as a Map.
PortletPreferences
portletPreferences
, providing access to
the portlet preferences
Map
portletPreferencesValues
, providing access to the
portlet preferences as a Map
Nested Class Summary | |
---|---|
static class |
DefineObjectsTag.TEI
|
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 | |
---|---|
DefineObjectsTag()
|
Method Summary | |
---|---|
int |
doStartTag()
Processes the defineObjects tag. |
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 |
---|
public DefineObjectsTag()
Method Detail |
---|
public int doStartTag() throws javax.servlet.jsp.JspException
defineObjects
tag.
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
SKIP_BODY
javax.servlet.jsp.JspException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |