Class AllowedMethods
java.lang.Object
org.apache.struts2.config.entities.AllowedMethods
-
Method Summary
Modifier and TypeMethodDescriptionstatic AllowedMethods
boolean
int
hashCode()
boolean
boolean
list()
toString()
-
Method Details
-
build
public static AllowedMethods build(boolean strictMethodInvocation, Set<String> methods, String defaultRegex) -
isAllowed
-
list
-
getDefaultRegex
-
isStrictMethodInvocation
public boolean isStrictMethodInvocation() -
equals
-
hashCode
public int hashCode() -
toString
-