Class ControllerViewArtifactInfo
java.lang.Object
org.apache.ofbiz.webtools.artifactinfo.ArtifactInfoBase
org.apache.ofbiz.webtools.artifactinfo.ControllerViewArtifactInfo
- All Implemented Interfaces:
Comparable<ArtifactInfoBase>
-
Constructor Summary
ConstructorDescriptionControllerViewArtifactInfo
(URL controllerXmlUrl, String viewUri, ArtifactInfoFactory aif) -
Method Summary
Methods inherited from class org.apache.ofbiz.webtools.artifactinfo.ArtifactInfoBase
compareTo, getAif, toString
-
Constructor Details
-
ControllerViewArtifactInfo
public ControllerViewArtifactInfo(URL controllerXmlUrl, String viewUri, ArtifactInfoFactory aif) throws GeneralException - Throws:
GeneralException
-
-
Method Details
-
getControllerXmlUrl
Gets controller xml url.- Returns:
- the controller xml url
-
getViewUri
Gets view uri.- Returns:
- the view 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
-
getRequestsThatThisViewIsResponseTo
Gets requests that this view is response to.- Returns:
- the requests that this view is response to
-
getScreenCalledByThisView
Gets screen called by this view.- Returns:
- the screen called by this view
-