Stores a compiled wildcard pattern and the ActionConfig it came from.
635636637638639640641642643644645
for (int i = 0; i < aconfigs.length; i++) { aconfigs[i].freeze(); } matcher = new ActionConfigMatcher(aconfigs); getControllerConfig().freeze(); ExceptionConfig[] econfigs = findExceptionConfigs();