A D F G H I L N O P R S

A

addPortletFilter(PortletFilterConfig) - Method in class org.apache.portals.bridges.portletfilter.PortletFilterChain
Add a filter to the set of filters that will be executed in this chain.

D

destroy() - Method in class org.apache.portals.bridges.portletfilter.FilterPortlet
 
destroy() - Method in interface org.apache.portals.bridges.portletfilter.PortletFilter
Called by destroy method of FilterPortlet to destroy this portlet filter.

F

FilterPortlet - class org.apache.portals.bridges.portletfilter.FilterPortlet.
FilterPortlet provides a portlet implementation to filter the specified portlet.
FilterPortlet() - Constructor for class org.apache.portals.bridges.portletfilter.FilterPortlet
 
filterName - Variable in class org.apache.portals.bridges.portletfilter.PortletFilterConfig
 
filters - Variable in class org.apache.portals.bridges.portletfilter.PortletFilterChain
PortletFilters.

G

getFilterName() - Method in class org.apache.portals.bridges.portletfilter.PortletFilterConfig
 
getInitParameter(String) - Method in class org.apache.portals.bridges.portletfilter.FilterPortlet
 
getInitParameter(String) - Method in class org.apache.portals.bridges.portletfilter.PortletFilterConfig
Return a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameterNames() - Method in class org.apache.portals.bridges.portletfilter.FilterPortlet
 
getInitParameterNames() - Method in class org.apache.portals.bridges.portletfilter.PortletFilterConfig
Return an Enumeration of the names of the initialization parameters for this Filter.
getPortletConfig() - Method in class org.apache.portals.bridges.portletfilter.PortletFilterConfig
 
getPortletContext() - Method in class org.apache.portals.bridges.portletfilter.FilterPortlet
 
getPortletFilter() - Method in class org.apache.portals.bridges.portletfilter.PortletFilterConfig
Returns the PortletFilter instance.
getPortletName() - Method in class org.apache.portals.bridges.portletfilter.FilterPortlet
 
getResourceBundle(Locale) - Method in class org.apache.portals.bridges.portletfilter.FilterPortlet
 

H

hasMoreElements() - Method in class org.apache.portals.bridges.portletfilter.PortletFilterConfig.Enumerator
Tests if this enumeration contains more elements.

I

INCREMENT - Static variable in class org.apache.portals.bridges.portletfilter.PortletFilterChain
 
init(PortletConfig) - Method in class org.apache.portals.bridges.portletfilter.FilterPortlet
 
init(PortletFilterConfig) - Method in interface org.apache.portals.bridges.portletfilter.PortletFilter
Called by init method of FilterPortlet to initialize this portlet filter.
iterator - Variable in class org.apache.portals.bridges.portletfilter.PortletFilterConfig.Enumerator
The Iterator over which the Enumeration represented by this class actually operates.

L

log - Static variable in class org.apache.portals.bridges.portletfilter.FilterPortlet
 
log - Static variable in class org.apache.portals.bridges.portletfilter.PortletFilterChain
 
log - Static variable in class org.apache.portals.bridges.portletfilter.PortletFilterConfig
Logger for this class

N

n - Variable in class org.apache.portals.bridges.portletfilter.PortletFilterChain
The int which gives the current number of filters in the chain.
nextElement() - Method in class org.apache.portals.bridges.portletfilter.PortletFilterConfig.Enumerator
Returns the next element of this enumeration if this enumeration has at least one more element to provide.

O

org.apache.portals.bridges.portletfilter - package org.apache.portals.bridges.portletfilter
 

P

PARAMETER_SEPRATOR - Variable in class org.apache.portals.bridges.portletfilter.PortletFilterConfig
 
PORTLET_CLASS - Static variable in class org.apache.portals.bridges.portletfilter.FilterPortlet
 
PORTLET_FILTERS - Static variable in class org.apache.portals.bridges.portletfilter.PortletFilterChain
 
PortletFilter - interface org.apache.portals.bridges.portletfilter.PortletFilter.
A filter is an object that performs filtering tasks on either the request to a resource (a portlet), or on the response from a resource, or both.
PortletFilterChain - class org.apache.portals.bridges.portletfilter.PortletFilterChain.
A PortletFilterChain is an object provided to the developer giving a view into the invocation chain of a filtered request for a resource.
PortletFilterChain(PortletConfig) - Constructor for class org.apache.portals.bridges.portletfilter.PortletFilterChain
 
PortletFilterConfig - class org.apache.portals.bridges.portletfilter.PortletFilterConfig.
A filter configuration object used by FilterPortlet to pass information to a filter during initialization.
PortletFilterConfig(String, PortletConfig) - Constructor for class org.apache.portals.bridges.portletfilter.PortletFilterConfig
 
PortletFilterConfig.Enumerator - class org.apache.portals.bridges.portletfilter.PortletFilterConfig.Enumerator.
Uitlity class to wraps an Iterator
PortletFilterConfig.Enumerator(Iterator) - Constructor for class org.apache.portals.bridges.portletfilter.PortletFilterConfig.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
parameters - Variable in class org.apache.portals.bridges.portletfilter.PortletFilterConfig
 
parseParameters() - Method in class org.apache.portals.bridges.portletfilter.PortletFilterConfig
Parses initialization parameters in a portlet descriptor(portlet.xml).
portlet - Variable in class org.apache.portals.bridges.portletfilter.FilterPortlet
 
portlet - Variable in class org.apache.portals.bridges.portletfilter.PortletFilterChain
The portlet instance to be executed by this chain.
portletConfig - Variable in class org.apache.portals.bridges.portletfilter.PortletFilterConfig
 
portletFilter - Variable in class org.apache.portals.bridges.portletfilter.PortletFilterConfig
 
portletFilterChain - Variable in class org.apache.portals.bridges.portletfilter.FilterPortlet
 
processAction(ActionRequest, ActionResponse) - Method in class org.apache.portals.bridges.portletfilter.FilterPortlet
 
processActionFilter(ActionRequest, ActionResponse, PortletFilterChain) - Method in interface org.apache.portals.bridges.portletfilter.PortletFilter
Called by render method of FilterPortlet to wrap the request when it has a multipart content.
processActionFilter(ActionRequest, ActionResponse) - Method in class org.apache.portals.bridges.portletfilter.PortletFilterChain
Causes the next filter for processActionFilter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
processActionPosition - Variable in class org.apache.portals.bridges.portletfilter.PortletFilterChain
The int which is used to maintain the current position in the filter chain.

R

release() - Method in class org.apache.portals.bridges.portletfilter.PortletFilterChain
Release references to the filters and wrapper executed by this chain.
release() - Method in class org.apache.portals.bridges.portletfilter.PortletFilterConfig
 
render(RenderRequest, RenderResponse) - Method in class org.apache.portals.bridges.portletfilter.FilterPortlet
 
renderFilter(RenderRequest, RenderResponse, PortletFilterChain) - Method in interface org.apache.portals.bridges.portletfilter.PortletFilter
Called by render method of FilterPortlet to put tags, such as <style>, into <head>.
renderFilter(RenderRequest, RenderResponse) - Method in class org.apache.portals.bridges.portletfilter.PortletFilterChain
Causes the next filter for renderFilter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
renderPosition - Variable in class org.apache.portals.bridges.portletfilter.PortletFilterChain
The int which is used to maintain the current position in the filter chain.
reset() - Method in class org.apache.portals.bridges.portletfilter.PortletFilterChain
Reset this filter chain

S

setFilterName(String) - Method in class org.apache.portals.bridges.portletfilter.PortletFilterConfig
 
setPortlet(Portlet) - Method in class org.apache.portals.bridges.portletfilter.PortletFilterChain
Set Portlet instance.
setPortletConfig(PortletConfig) - Method in class org.apache.portals.bridges.portletfilter.PortletFilterConfig
 

A D F G H I L N O P R S

Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.