} else if (Constants.SEO_URI.equals(profile.getUriPathStyle())) {
sb.append(StrUtils.unCamel(profile.getInfix(className)));
} else {
throw new RuntimeException("unsupported uri style " + profile.getUriPathStyle());
}
action.path(sb.toString()).method(profile.getDefaultMethod()).extention(profile.getUriExtension());
return action;
}
@Inject
public void setProfileService(ProfileService profileService) {