org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class ApplicationType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ApplicationType

public class ApplicationType
extends Object

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

baseUrl

protected String baseUrl

name

protected String name
Constructor Detail

ApplicationType

public ApplicationType()
Method Detail

getBaseUrl

public String getBaseUrl()
Gets the value of the baseUrl property.

Returns:
possible object is String

setBaseUrl

public void setBaseUrl(String value)
Sets the value of the baseUrl property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.