|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.efaps.maven_efaps_jetty.configuration.FilterDefinition
public class FilterDefinition
| 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 |
|---|
public FilterDefinition()
| Method Detail |
|---|
public void updateServer(org.eclipse.jetty.servlet.ServletContextHandler _handler)
_handler - servlet context handlerpublic void setPathSpec(String _pathSpec)
pathSpec.
_pathSpec - path specificationpathSpecprotected String getPathSpec()
pathSpec.
pathSpecpublic void setClassName(String _className)
className.
_className - name of the class used from the filterclassNameprotected String getClassName()
className.
classNamepublic void setName(String _name)
name.
_name - new value for instance variable namenameprotected String getName()
name
public void addIniParam(String _key,
String _value)
_key - key of the init parameter_value - value of the init parameteriniParamsprotected Map<String,String> getIniParams()
iniParams.
iniParams
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||