BEA Systems, Inc.


weblogic.wtc.jatmi
Class ViewHelper

java.lang.Object
  |
  +--weblogic.wtc.jatmi.ViewHelper

public class ViewHelper
extends java.lang.Object

Author:
Copyright (c) 2001 by BEA Systems, Inc. All Rights Reserved.

Constructor Summary
ViewHelper()
           
 
Method Summary
static ViewHelper getInstance()
           
 TypedBuffer newViewInstance(java.lang.String viewName)
           
 void setViewClass(java.lang.String viewName, java.lang.String className)
          To set view class ViewHelper vinst = ViewHelper.getInstance(); try { vinst.setViewClass() } To instantiate Object obj = ViewHelper.newInstance(viewName);
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewHelper

public ViewHelper()
Method Detail

getInstance

public static ViewHelper getInstance()

newViewInstance

public TypedBuffer newViewInstance(java.lang.String viewName)
                            throws java.lang.InstantiationException,
                                   java.lang.IllegalAccessException

setViewClass

public void setViewClass(java.lang.String viewName,
                         java.lang.String className)
                  throws java.lang.ClassNotFoundException
To set view class ViewHelper vinst = ViewHelper.getInstance(); try { vinst.setViewClass() } To instantiate Object obj = ViewHelper.newInstance(viewName);

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference