|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
PORTLET_SCOPE
.
@RenderMode and the name of the
portlet mode
a set of helper methods depending on the current portlet mode the portlet
is currently in.
- doEdit(RenderRequest, RenderResponse) -
Method in class javax.portlet.GenericPortlet
- Helper method to serve up the
edit
mode.
- doFilter(ActionRequest, ActionResponse, FilterChain) -
Method in interface javax.portlet.filter.ActionFilter
- The
doFilter
method of the Filter is called by the
portlet container each time a action request/response pair is passed
through the chain due to a client request for a portlet method
at the end of the chain.
- doFilter(EventRequest, EventResponse, FilterChain) -
Method in interface javax.portlet.filter.EventFilter
- The
doFilter
method of the Filter is called by the
portlet container each time a event request/response pair is passed
through the chain due to a client request for a portlet method
at the end of the chain.
- doFilter(ActionRequest, ActionResponse) -
Method in interface javax.portlet.filter.FilterChain
- Causes the next filter in the chain to be invoked,
or if the calling filter is the last filter in the chain,
causes the portlet at the end of the chain to be invoked.
- doFilter(EventRequest, EventResponse) -
Method in interface javax.portlet.filter.FilterChain
- Causes the next filter in the chain to be invoked,
or if the calling filter is the last filter in the chain,
causes the portlet at the end of the chain to be invoked.
- doFilter(RenderRequest, RenderResponse) -
Method in interface javax.portlet.filter.FilterChain
- Causes the next filter in the chain to be invoked,
or if the calling filter is the last filter in the chain,
causes the portlet at the end of the chain to be invoked.
- doFilter(ResourceRequest, ResourceResponse) -
Method in interface javax.portlet.filter.FilterChain
- Causes the next filter in the chain to be invoked,
or if the calling filter is the last filter in the chain,
causes the portlet at the end of the chain to be invoked.
- doFilter(RenderRequest, RenderResponse, FilterChain) -
Method in interface javax.portlet.filter.RenderFilter
- The
doFilter
method of the Filter is called by the
portlet container each time a render request/response pair is passed
through the chain due to a client request for a portlet method
at the end of the chain.
- doFilter(ResourceRequest, ResourceResponse, FilterChain) -
Method in interface javax.portlet.filter.ResourceFilter
- The
doFilter
method of the Filter is called by the
portlet container each time a resource request/response pair is passed
through the chain due to a client request for a portlet method
at the end of the chain.
- doHeaders(RenderRequest, RenderResponse) -
Method in class javax.portlet.GenericPortlet
- Used by the render method to set the response properties and headers.
- doHelp(RenderRequest, RenderResponse) -
Method in class javax.portlet.GenericPortlet
- Helper method to serve up the
help
mode.
- doView(RenderRequest, RenderResponse) -
Method in class javax.portlet.GenericPortlet
- Helper method to serve up the mandatory
view
mode.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |