|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ApplicationType
public class ApplicationType
Declares a web application referenced by an extension in the perspective. It is assumed that the application will be deployed by the perspective or will be externally available. Extension urls can be absolute or relative. Urls starting with "http" are external and processed as is. Urls starting with "/" are relative to the root application (rhq-portal.war). Any other urls are assumed relative and will prepend the baseUrl of the declared application (required in this case). specify an application will resolve url's relatively to the root application (It is assumed that the root application (rhq-portal.war)
Java class for ApplicationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApplicationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="baseUrl" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{urn:xmlns:rhq-serverplugin.perspective}NameType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
baseUrl
|
protected String |
name
|
| Constructor Summary | |
|---|---|
ApplicationType()
|
|
| Method Summary | |
|---|---|
String |
getBaseUrl()
Gets the value of the baseUrl property. |
String |
getName()
Gets the value of the name property. |
void |
setBaseUrl(String value)
Sets the value of the baseUrl property. |
void |
setName(String value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String baseUrl
protected String name
| Constructor Detail |
|---|
public ApplicationType()
| Method Detail |
|---|
public String getBaseUrl()
Stringpublic void setBaseUrl(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||