Class ControllerRequestArtifactInfo

    • Field Detail

      • module

        public static final java.lang.String module
      • controllerXmlUrl

        protected java.net.URL controllerXmlUrl
      • requestUri

        protected java.lang.String requestUri
    • Method Detail

      • populateAll

        public void populateAll()
                         throws GeneralException
        note this is mean to be called after the object is created and added to the ArtifactInfoFactory.allControllerRequestInfos in ArtifactInfoFactory.getControllerRequestArtifactInfo
        Throws:
        GeneralException
      • getControllerXmlUrl

        public java.net.URL getControllerXmlUrl()
      • getRequestUri

        public java.lang.String getRequestUri()
      • getLocationURL

        public java.net.URL getLocationURL()
                                    throws java.net.MalformedURLException
        Specified by:
        getLocationURL in class ArtifactInfoBase
        Throws:
        java.net.MalformedURLException
      • getServiceCalledByRequestEvent

        public ServiceArtifactInfo getServiceCalledByRequestEvent()
        Get the Services that are called by this Request
      • getFormInfosReferringToRequest

        public java.util.Set<FormWidgetArtifactInfo> getFormInfosReferringToRequest()
      • getViewsThatAreResponsesToThisRequest

        public java.util.Set<ControllerViewArtifactInfo> getViewsThatAreResponsesToThisRequest()