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

ForumsModelContentProvider - JBOSS Portal 2.2 API 英文版文档


org.jboss.portlet.forums.security
Class ForumsModelContentProvider

java.lang.Object
  extended byorg.jboss.portlet.forums.security.ForumsModelContentProvider
All Implemented Interfaces:
ModelContentProvider

public class ForumsModelContentProvider
extends java.lang.Object
implements ModelContentProvider


Nested Class Summary
 class ForumsModelContentProvider.MapItem
           
 
Constructor Summary
ForumsModelContentProvider()
           
 
Method Summary
 void destroy()
          Destroy.
 java.util.Iterator getChildren(java.lang.String[] path)
          Return the children getWindows for the given path or null if the item does not exist.
 Item getItem(java.lang.String[] path)
          Return the specified item or null if it does not exist.
 void init(javax.servlet.ServletContext servletContext)
          Init.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForumsModelContentProvider

public ForumsModelContentProvider()
Method Detail

init

public void init(javax.servlet.ServletContext servletContext)
Description copied from interface: ModelContentProvider
Init.

Specified by:
init in interface ModelContentProvider

getItem

public Item getItem(java.lang.String[] path)
Description copied from interface: ModelContentProvider
Return the specified item or null if it does not exist.

Specified by:
getItem in interface ModelContentProvider

getChildren

public java.util.Iterator getChildren(java.lang.String[] path)
Description copied from interface: ModelContentProvider
Return the children getWindows for the given path or null if the item does not exist.

Specified by:
getChildren in interface ModelContentProvider

destroy

public void destroy()
Description copied from interface: ModelContentProvider
Destroy.

Specified by:
destroy in interface ModelContentProvider