Uses of Class
com.composum.sling.core.servlet.Status
-
Packages that use Status Package Description com.composum.sling.core.servlet com.composum.sling.nodes.servlet -
-
Uses of Status in com.composum.sling.core.servlet
Methods in com.composum.sling.core.servlet that return Status Modifier and Type Method Description @NotNull StatusStatus. setMessageLogger(@Nullable org.slf4j.Logger messageLogger)Sets the logger of thegetMessages()message container to logger.@NotNull StatusStatus. withLogging(@NotNull org.slf4j.Logger logger)Deprecated.rather use the constructorStatus(SlingHttpServletRequest, SlingHttpServletResponse, Logger),Status(GsonBuilder, SlingHttpServletRequest, SlingHttpServletResponse, Logger)or, if need be,setMessageLogger(Logger).Methods in com.composum.sling.core.servlet with parameters of type Status Modifier and Type Method Description protected voidTranslationServlet.TranslateStatus. readFrom(BufferedReader reader, Status status)Parses the request format. -
Uses of Status in com.composum.sling.nodes.servlet
Methods in com.composum.sling.nodes.servlet with parameters of type Status Modifier and Type Method Description protected voidSceneServlet.SceneOperation. answer(@NotNull Status status, @NotNull Scene scene, @NotNull String toolId)protected voidSceneServlet.PrepareSceneOperation. applyScene(@NotNull Status status, @NotNull BeanContext context, @NotNull Scene scene, @NotNull String toolId)protected voidSceneServlet.RemoveSceneOperation. applyScene(@NotNull Status status, @NotNull BeanContext context, @NotNull Scene scene, @NotNull String toolId)protected voidSceneServlet.SceneDataOperation. applyScene(@NotNull Status status, @NotNull BeanContext context, @NotNull Scene scene, @NotNull String toolId)protected abstract voidSceneServlet.SceneOperation. applyScene(@NotNull Status status, @NotNull BeanContext context, @NotNull Scene scene, @NotNull String toolId)
-