Uses of Class
com.composum.sling.core.servlet.TranslationServlet.Extension
-
Packages that use TranslationServlet.Extension Package Description com.composum.sling.core.servlet -
-
Uses of TranslationServlet.Extension in com.composum.sling.core.servlet
Fields in com.composum.sling.core.servlet with type parameters of type TranslationServlet.Extension Modifier and Type Field Description protected ServletOperationSet<TranslationServlet.Extension,TranslationServlet.Operation>
TranslationServlet. operations
Methods in com.composum.sling.core.servlet that return TranslationServlet.Extension Modifier and Type Method Description static TranslationServlet.Extension
TranslationServlet.Extension. valueOf(String name)
Returns the enum constant of this type with the specified name.static TranslationServlet.Extension[]
TranslationServlet.Extension. 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.Extension Modifier and Type Method Description protected @NotNull ServletOperationSet<TranslationServlet.Extension,TranslationServlet.Operation>
TranslationServlet. getOperations()
-