PageMixer API - 3.1

jp.ne.dti.lares.foozy.pagemixer.servlet
Class Instantiation.OfInstance

java.lang.Object
  |
  +--jp.ne.dti.lares.foozy.pagemixer.servlet.Instantiation.OfInstance
All Implemented Interfaces:
Instantiation.Strategy
Enclosing class:
Instantiation

public static class Instantiation.OfInstance
extends java.lang.Object
implements Instantiation.Strategy

Strategy to instanciate the instance of specified class.

Since:
PageMixer 3.0

Constructor Summary
Instantiation.OfInstance(java.lang.Class target, boolean must)
          Constructor.
 
Method Summary
 java.lang.Object get(java.lang.String string)
          Instanciate the object of class specified.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instantiation.OfInstance

public Instantiation.OfInstance(java.lang.Class target,
                                boolean must)
Constructor.
Parameters:
target - class(or base class of target)
must - item or not
Method Detail

get

public java.lang.Object get(java.lang.String string)
                     throws java.lang.Exception
Instanciate the object of class specified.
Specified by:
get in interface Instantiation.Strategy
Parameters:
string - name of class to instanciate object

PageMixer API - 3.1