+

Search Tips   |   Advanced Search

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

com.ibm.portal.admin
Interface DecorationCreationContext

All Superinterfaces:
CreationContext
public interface DecorationCreationContext
extends CreationContext

A creation context for nodes implementing the Decoration interface.

Since:
6.1.0

Method Summary
 java.lang.String getContextRoot()
          Return the context root of the skin.
 java.lang.String getResourceRoot()
          Return the resource root of the skin.
 

Method Detail

getResourceRoot

java.lang.String getResourceRoot()
Returns the resource root of the skin.

Returns:
the resource root

getContextRoot

java.lang.String getContextRoot()
Returns the context root of the skin.

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