Added init param annotation.

This commit is contained in:
Harald Kuhr 2012-06-21 10:50:45 +02:00
parent 3095422a44
commit 4db12d313b

View File

@ -63,6 +63,7 @@ public class BrowserHelperFilter extends GenericFilter {
* @throws ServletConfigException if the accept-mappings properties
* file cannot be read.
*/
@InitParam(name = "accept-mappings-file")
public void setAcceptMappingsFile(String pPropertiesFile) throws ServletConfigException {
// NOTE: Format is:
// <agent-name>=<reg-exp>
@ -157,6 +158,7 @@ public class BrowserHelperFilter extends GenericFilter {
}
}
}
pChain.doFilter(pRequest, pResponse);
}
}