PageMixer API - 3.1

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

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

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

Strategy to instanciate "Class".

Since:
PageMixer 3.0

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

Constructor Detail

Instantiation.OfClass

public Instantiation.OfClass(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 "Class" object from string.
Specified by:
get in interface Instantiation.Strategy

PageMixer API - 3.1