com.anwrt.anycontent.authentication.filter
Class CMSFilterConfig

java.lang.Object
  extended bycom.anwrt.anycontent.authentication.filter.CMSFilterConfig

public class CMSFilterConfig
extends java.lang.Object

The CMS filter configuration based on deploy parameters


Nested Class Summary
 class CMSFilterConfig.IteratorEnumeration
          An enumeration based on an iterator
 
Constructor Summary
CMSFilterConfig(ServletContext servlet, java.util.Map map)
          Creates a generic filter
 
Method Summary
 java.lang.String getFilterName()
          Gets the filter name
 java.lang.String getInitParameter(java.lang.String name)
           
 java.util.Enumeration getInitParameterNames()
           
 ServletContext getServletContext()
          Gets the servlet context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMSFilterConfig

public CMSFilterConfig(ServletContext servlet,
                       java.util.Map map)
Creates a generic filter

Parameters:
map - A hashmap of parameters
servlet - A reference to the servlet context
Method Detail

getServletContext

public ServletContext getServletContext()
Gets the servlet context


getFilterName

public java.lang.String getFilterName()
Gets the filter name


getInitParameter

public java.lang.String getInitParameter(java.lang.String name)

getInitParameterNames

public java.util.Enumeration getInitParameterNames()


Copyright © 2006 Anyware Technologies. All Rights Reserved.