Class RequestInfoImpl

  • All Implemented Interfaces:
    RequestInfo

    public class RequestInfoImpl
    extends java.lang.Object
    implements RequestInfo
    An implementation of RequestInfo.
    Author:
    tomyeh
    • Constructor Detail

      • RequestInfoImpl

        public RequestInfoImpl​(WebApp wapp,
                               Session sess,
                               Desktop desktop,
                               java.lang.Object request,
                               Locator locator)
        Constructor
        Parameters:
        wapp - the Web application, never null.
        sess - the session, or null if not available.
        desktop - the desktop, or null if not created yet.
        request - the request, or null if not available.
        locator - the locator used to locate taglib and other resources. If null, wapp is used.
      • RequestInfoImpl

        public RequestInfoImpl​(Desktop desktop,
                               java.lang.Object request,
                               Locator locator)
        Constructor.
        Parameters:
        desktop - the desktop, never null.
        request - the request, or null if not available.
        locator - the locator used to locate taglib and other resources. If null, wapp is used.
      • RequestInfoImpl

        public RequestInfoImpl​(Execution exec,
                               Locator locator)
        Constructor.
        Parameters:
        exec - the current execution, never null
        locator - the locator used to locate taglib and other resources. If null, getWebApp() is used.