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