Package google.registry.request
Class Actions
java.lang.Object
google.registry.request.Actions
Helper methods for working with
@Action
-annotated classes.-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getPathForAction
(Class<?> action) Extracts the action path from the@Action
annotation.
-
Method Details
-
getPathForAction
Extracts the action path from the@Action
annotation.
-