public interface BSFManagerFilter
Modifier and Type | Method and Description |
---|---|
org.apache.bsf.BSFManager |
apply(org.apache.bsf.BSFManager mgr)
Applies the filter.
|
void |
init(String name,
Properties props)
Initializes the filter.
|
void init(String name, Properties props)
struts-scripting.filters.FILTER_NAME.PROPERTY_NAME=PROPERTY_VALUE
where FILTER_NAME is the "name" parameter.name
- The name of the filterprops
- The propertiesorg.apache.bsf.BSFManager apply(org.apache.bsf.BSFManager mgr)
mgr
- The scripting managerCopyright © 2000–2016 Apache Software Foundation. All rights reserved.