Class StringJsConfigParameter
- java.lang.Object
-
- org.owasp.csrfguard.config.properties.javascript.JsConfigParameter<String>
-
- org.owasp.csrfguard.config.properties.javascript.StringJsConfigParameter
-
public class StringJsConfigParameter extends JsConfigParameter<String>
-
-
Constructor Summary
Constructors Constructor Description StringJsConfigParameter(String propertyName, String propertyKey, String defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProperty(javax.servlet.ServletConfig servletConfig, Properties propertyCache)-
Methods inherited from class org.owasp.csrfguard.config.properties.javascript.JsConfigParameter
getInitParameter, getInitParameter, getInitParameter
-
-
-
-
Method Detail
-
getProperty
public String getProperty(javax.servlet.ServletConfig servletConfig, Properties propertyCache)
- Specified by:
getPropertyin classJsConfigParameter<String>
-
-