+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.portletmodel
Interface WebApplication

All Superinterfaces:
Identifiable
All Known Subinterfaces:
ModifiableWebApplication
public interface WebApplication
extends Identifiable

Interface that represents a deployed web application in the underlying application server containing one or more portlets.

Since:
6.0.1

Method Summary
 java.lang.String getContextRoot()
          Return the context root for the web application
 
Methods inherited from interface com.ibm.portal.Identifiable
getObjectID
 

Method Detail

getContextRoot

java.lang.String getContextRoot()
Return the context root for the web application

Returns:
the context root
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD