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

Component - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.server.app
Interface Component

All Superinterfaces:
Adaptable
All Known Implementing Classes:
PortletContainer

public interface Component
extends Adaptable


Method Summary
 void dispatch(ComponentInvocation invocation)
          Deliver the api call to the target.
 ContentTypes getContentTypes()
          Return the set of content types and modes associated to each content type;
 java.lang.String getId()
          Return the component id.
 java.lang.String getName()
          Return the component name.
 WebApp getWebApp()
          Return the web application owner of this component.
 
Methods inherited from interface org.jboss.portal.common.util.Adaptable
getAdapter
 

Method Detail

getId

public java.lang.String getId()
Return the component id.


getName

public java.lang.String getName()
Return the component name.


getWebApp

public WebApp getWebApp()
Return the web application owner of this component.


getContentTypes

public ContentTypes getContentTypes()
Return the set of content types and modes associated to each content type;


dispatch

public void dispatch(ComponentInvocation invocation)
              throws InvocationException,
                     InvocationRuntimeException
Deliver the api call to the target.

Throws:
InvocationException
InvocationRuntimeException