|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Configuration for a filter. The container will fill the FilterConfig with the init parameters before passing it to the filter.
Method Summary | |
java.lang.String |
getFilterName()
Returns the name of the filter. |
java.lang.String |
getInitParameter(java.lang.String name)
Returns an initialization parameter. |
java.util.Enumeration |
getInitParameterNames()
Returns an enumeration of the init-parameter names |
ServletContext |
getServletContext()
Returns the ServletContext for the servlet or filter. |
Method Detail |
public java.lang.String getFilterName()
public java.lang.String getInitParameter(java.lang.String name)
<filter filter-name='myservlet'
filter-class='test.MyServlet'>
<init-param param1='value1'/>
<init-param param2='value2'/>
</servlet>
name
- of the parameterpublic java.util.Enumeration getInitParameterNames()
public ServletContext getServletContext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |