Uses of Class
io.mangoo.routing.Attachment
Packages that use Attachment
-
Uses of Attachment in io.mangoo.routing
Methods in io.mangoo.routing that return AttachmentModifier and TypeMethodDescriptionstatic AttachmentAttachment.build()Attachment.withAuthentication(boolean authentication) Attachment.withBasicAuthentication(String username, String password) Attachment.withClassAnnotations(Collection<Annotation> classAnnotations) Attachment.withControllerClass(Class<?> controllerClass) Attachment.withControllerClassName(String controllerClassName) Attachment.withControllerInstance(Object controllerInstance) Attachment.withControllerMethodName(String controllerMethodName) Attachment.withLimit(int limit) Attachment.withLocale(Locale locale) Attachment.withMessages(Messages messages) Attachment.withMethod(Method method) Attachment.withMethodAnnotations(Collection<Annotation> methodAnnotations) Attachment.withMethodParameterCount(int methodParametersCount) Attachment.withMethodParameters(Map<String, Class<?>> methodParameters) Attachment.withRequestFilter(boolean hasRequestFilter) Attachment.withRequestParameter(Map<String, String> requestParameter) Attachment.withTemplateEngine(TemplateEngine templateEngine) -
Uses of Attachment in io.mangoo.utils
Methods in io.mangoo.utils that return types with arguments of type AttachmentModifier and TypeMethodDescriptionstatic io.undertow.util.AttachmentKey<Attachment>RequestUtils.getAttachmentKey()