Class Attachment


  • public class Attachment
    extends Object
    Author:
    svenkubiak
    • Constructor Detail

      • Attachment

        public Attachment()
    • Method Detail

      • getBody

        public String getBody()
      • getControllerAndMethod

        public String getControllerAndMethod()
      • getControllerClass

        public Class<?> getControllerClass()
      • getControllerClassName

        public String getControllerClassName()
      • getControllerInstance

        public Object getControllerInstance()
      • getControllerMethodName

        public String getControllerMethodName()
      • getFlash

        public Flash getFlash()
      • getForm

        public Form getForm()
      • getLimit

        public int getLimit()
      • getLocale

        public Locale getLocale()
      • getMessages

        public Messages getMessages()
      • getMethod

        public Method getMethod()
      • getMethodAnnotations

        public List<Annotation> getMethodAnnotations()
      • getMethodParameters

        public Map<String,​Class<?>> getMethodParameters()
      • getMethodParametersCount

        public int getMethodParametersCount()
      • getPassword

        public String getPassword()
      • getRequest

        public Request getRequest()
      • getResponse

        public Response getResponse()
      • getResponseTime

        public long getResponseTime()
      • getSession

        public Session getSession()
      • getUsername

        public String getUsername()
      • hasAuthentication

        public boolean hasAuthentication()
      • hasBasicAuthentication

        public boolean hasBasicAuthentication()
      • hasLimit

        public boolean hasLimit()
      • hasRequestFilter

        public boolean hasRequestFilter()
      • setAuthentication

        public void setAuthentication​(Authentication authentication)
      • setBody

        public void setBody​(String body)
      • setFlash

        public void setFlash​(Flash flash)
      • setForm

        public void setForm​(Form form)
      • setRequest

        public void setRequest​(Request request)
      • setResponse

        public void setResponse​(Response response)
      • setSession

        public void setSession​(Session session)
      • withControllerClass

        public Attachment withControllerClass​(Class<?> controllerClass)
      • withControllerClassName

        public Attachment withControllerClassName​(String controllerClassName)
      • withControllerInstance

        public Attachment withControllerInstance​(Object controllerInstance)
      • withControllerMethodName

        public Attachment withControllerMethodName​(String controllerMethodName)
      • withLimit

        public Attachment withLimit​(int limit)
      • withMethodParameterCount

        public Attachment withMethodParameterCount​(int methodParametersCount)
      • withRequestFilter

        public Attachment withRequestFilter​(boolean hasRequestFilter)
      • withAuthentication

        public Attachment withAuthentication​(boolean authentication)
      • withAuthorization

        public Attachment withAuthorization​(boolean authorization)
      • hasAuthorization

        public boolean hasAuthorization()