Class ControllerRequestArtifactInfo
java.lang.Object
org.apache.ofbiz.webtools.artifactinfo.ArtifactInfoBase
org.apache.ofbiz.webtools.artifactinfo.ControllerRequestArtifactInfo
- All Implemented Interfaces:
Comparable<ArtifactInfoBase>
The type Controller request artifact info.
-
Constructor Summary
ConstructorDescriptionControllerRequestArtifactInfo
(URL controllerXmlUrl, String requestUri, ArtifactInfoFactory aif) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets controller xml url.Gets form infos referring to request.Gets form infos targeting request.Gets requests that are responses to this request.Gets requests that this request is respons to.Gets request uri.Gets screen infos referring to request.Get the Services that are called by this RequestgetType()
Gets views that are responses to this request.int
hashCode()
void
note this is mean to be called after the object is created and added to the ArtifactInfoFactory.allControllerRequestInfos in ArtifactInfoFactory.getControllerRequestArtifactInfoMethods inherited from class org.apache.ofbiz.webtools.artifactinfo.ArtifactInfoBase
compareTo, getAif, toString
-
Constructor Details
-
ControllerRequestArtifactInfo
public ControllerRequestArtifactInfo(URL controllerXmlUrl, String requestUri, ArtifactInfoFactory aif) throws GeneralException - Throws:
GeneralException
-
-
Method Details
-
populateAll
note this is mean to be called after the object is created and added to the ArtifactInfoFactory.allControllerRequestInfos in ArtifactInfoFactory.getControllerRequestArtifactInfo- Throws:
GeneralException
-
getControllerXmlUrl
Gets controller xml url.- Returns:
- the controller xml url
-
getRequestUri
Gets request uri.- Returns:
- the request uri
-
getDisplayName
- Specified by:
getDisplayName
in classArtifactInfoBase
-
getDisplayType
- Specified by:
getDisplayType
in classArtifactInfoBase
-
getType
- Specified by:
getType
in classArtifactInfoBase
-
getUniqueId
- Specified by:
getUniqueId
in classArtifactInfoBase
-
getLocationURL
- Specified by:
getLocationURL
in classArtifactInfoBase
- Throws:
MalformedURLException
-
equals
- Overrides:
equals
in classArtifactInfoBase
-
hashCode
public int hashCode()- Overrides:
hashCode
in classArtifactInfoBase
-
getServiceCalledByRequestEvent
Get the Services that are called by this Request -
getFormInfosReferringToRequest
Gets form infos referring to request.- Returns:
- the form infos referring to request
-
getFormInfosTargetingRequest
Gets form infos targeting request.- Returns:
- the form infos targeting request
-
getScreenInfosReferringToRequest
Gets screen infos referring to request.- Returns:
- the screen infos referring to request
-
getRequestsThatAreResponsesToThisRequest
Gets requests that are responses to this request.- Returns:
- the requests that are responses to this request
-
getRequestsThatThisRequestIsResponsTo
Gets requests that this request is respons to.- Returns:
- the requests that this request is respons to
-
getViewsThatAreResponsesToThisRequest
Gets views that are responses to this request.- Returns:
- the views that are responses to this request
-