org.efaps.maven_efaps_jetty.configuration
Class FilterDefinition

java.lang.Object
  extended by org.efaps.maven_efaps_jetty.configuration.FilterDefinition

public class FilterDefinition
extends Object

Version:
$Id: FilterDefinition.java 7510 2012-05-11 18:50:29Z jan@moxter.net $
Author:
The eFaps Team

Constructor Summary
FilterDefinition()
           
 
Method Summary
 void addIniParam(String _key, String _value)
          Adds a new pair of init parameter (key / value).
protected  String getClassName()
          Getter method for instance variable className.
protected  Map<String,String> getIniParams()
          Getter method for instance variable iniParams.
protected  String getName()
          Getter method for instance variable name.
protected  String getPathSpec()
          Getter method for instance variable pathSpec.
 void setClassName(String _className)
          Setter method for instance variable className.
 void setName(String _name)
          Setter method for instance variable name.
 void setPathSpec(String _pathSpec)
          Setter method for instance variable pathSpec.
 void updateServer(org.eclipse.jetty.servlet.ServletContextHandler _handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterDefinition

public FilterDefinition()
Method Detail

updateServer

public void updateServer(org.eclipse.jetty.servlet.ServletContextHandler _handler)
Parameters:
_handler - servlet context handler

setPathSpec

public void setPathSpec(String _pathSpec)
Setter method for instance variable pathSpec.

Parameters:
_pathSpec - path specification
See Also:
pathSpec

getPathSpec

protected String getPathSpec()
Getter method for instance variable pathSpec.

Returns:
value of instance variable pathSpec
See Also:
pathSpec

setClassName

public void setClassName(String _className)
Setter method for instance variable className.

Parameters:
_className - name of the class used from the filter
See Also:
className

getClassName

protected String getClassName()
Getter method for instance variable className.

Returns:
value of instance variable className
See Also:
className

setName

public void setName(String _name)
Setter method for instance variable name.

Parameters:
_name - new value for instance variable name
See Also:
name

getName

protected String getName()
Getter method for instance variable name.

Returns:
value of instance variable name
See Also:
name

addIniParam

public void addIniParam(String _key,
                        String _value)
Adds a new pair of init parameter (key / value).

Parameters:
_key - key of the init parameter
_value - value of the init parameter
See Also:
iniParams

getIniParams

protected Map<String,String> getIniParams()
Getter method for instance variable iniParams.

Returns:
value of instance variable iniParams
See Also:
iniParams


Copyright © 2007-2012 eFaps. All Rights Reserved.