站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

InstanceCustomization - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.core.model.instance
Interface InstanceCustomization

All Superinterfaces:
Instance
All Known Implementing Classes:
InstanceCustomizationImpl

public interface InstanceCustomization
extends Instance

Version:
$Revision: 1.1 $
Author:
Julien Viet

Method Summary
 InstanceDefinition getDefinition()
          Return the instance definition.
 java.lang.String getId()
          Return the identifier in the scope of its definition.
 
Methods inherited from interface org.jboss.portal.core.model.instance.Instance
getContainer, getCustomization, getPortlet, getProperties, getProperties, invoke, setProperties
 

Method Detail

getId

public java.lang.String getId()
Return the identifier in the scope of its definition.

Specified by:
getId in interface Instance
Returns:
the id

getDefinition

public InstanceDefinition getDefinition()
Return the instance definition.

Returns:
the instance definition