Uses of Class
com.composum.sling.core.servlet.TranslationServlet.Operation
-
Packages that use TranslationServlet.Operation Package Description com.composum.sling.core.servlet -
-
Uses of TranslationServlet.Operation in com.composum.sling.core.servlet
Fields in com.composum.sling.core.servlet with type parameters of type TranslationServlet.Operation Modifier and Type Field Description protected ServletOperationSet<TranslationServlet.Extension,TranslationServlet.Operation>
TranslationServlet. operations
Methods in com.composum.sling.core.servlet that return TranslationServlet.Operation Modifier and Type Method Description static TranslationServlet.Operation
TranslationServlet.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static TranslationServlet.Operation[]
TranslationServlet.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.composum.sling.core.servlet that return types with arguments of type TranslationServlet.Operation Modifier and Type Method Description protected @NotNull ServletOperationSet<TranslationServlet.Extension,TranslationServlet.Operation>
TranslationServlet. getOperations()
-