org.seasar.portlet.tomahawk.headerresource
クラス HeaderResourceFactory

java.lang.Object
  上位を拡張 org.seasar.portlet.tomahawk.headerresource.HeaderResourceFactory

public class HeaderResourceFactory
extends java.lang.Object

HeaderResourceFactory provides the proper HeaderResource instance by checking portal server info.

The portal server info and HeaderResource class are defined in ContainerInfo.properites. If you want to add a new HeaderResource class, you need to add information to ContainerInfo.properties.

作成者:
Shinsuke Sugaya

コンストラクタの概要
HeaderResourceFactory()
           
 
メソッドの概要
static HeaderResource getHeaderResource(javax.portlet.PortletContext context)
          Returns a HeaderResource instance by checking PortletContext#getServerInfo().
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HeaderResourceFactory

public HeaderResourceFactory()
メソッドの詳細

getHeaderResource

public static HeaderResource getHeaderResource(javax.portlet.PortletContext context)
Returns a HeaderResource instance by checking PortletContext#getServerInfo().

パラメータ:
context - portlet's context
戻り値:
HeaderResource instance for each portal server


Copyright 2006 null. All Rights Reserved.