static Attachment |
Attachment.build() |
Attachment |
Attachment.withControllerClass(Class<?> controllerClass) |
Attachment |
Attachment.withControllerClassName(String controllerClassName) |
Attachment |
Attachment.withControllerInstance(Object controllerInstance) |
Attachment |
Attachment.withControllerMethodName(String controllerMethodName) |
Attachment |
Attachment.withCrypto(Crypto crypto) |
Attachment |
Attachment.withMessages(Messages messages) |
Attachment |
Attachment.withMethod(Method method) |
Attachment |
Attachment.withMethodParameterCount(int methodParametersCount) |
Attachment |
Attachment.withMethodParameters(Map<String,Class<?>> methodParameters) |
Attachment |
Attachment.withRequestFilter(boolean hasRequestFilter) |
Attachment |
Attachment.withRequestParameter(Map<String,String> requestParameter) |
Attachment |
Attachment.withTemplateEngine(TemplateEngine templateEngine) |