Uses of Class
org.apache.wicket.csp.CSPDirective
-
Packages that use CSPDirective Package Description org.apache.wicket.csp -
-
Uses of CSPDirective in org.apache.wicket.csp
Methods in org.apache.wicket.csp that return CSPDirective Modifier and Type Method Description static CSPDirective
CSPDirective. fromValue(String value)
static CSPDirective
CSPDirective. valueOf(String name)
Returns the enum constant of this type with the specified name.static CSPDirective[]
CSPDirective. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wicket.csp that return types with arguments of type CSPDirective Modifier and Type Method Description Map<CSPDirective,List<CSPRenderable>>
CSPHeaderConfiguration. getDirectives()
Returns an unmodifiable map of the directives set for this header.Methods in org.apache.wicket.csp with parameters of type CSPDirective Modifier and Type Method Description CSPHeaderConfiguration
CSPHeaderConfiguration. add(CSPDirective directive, String... values)
Adds a free-form value to a directive for the CSP header.CSPHeaderConfiguration
CSPHeaderConfiguration. add(CSPDirective directive, CSPRenderable... values)
Adds the given values to the CSP directive on this configuraiton.CSPHeaderConfiguration
CSPHeaderConfiguration. remove(CSPDirective directive)
Removes the given directive from the configuration.Constructors in org.apache.wicket.csp with parameters of type CSPDirective Constructor Description ClonedCSPValue(CSPHeaderConfiguration headerConfiguration, CSPDirective sourceDirective)
Creates a newClonedCSPValue
for the given directive.
-