EAF 7.6 Implementation

org.enhydra.util.chiba
Class ChibaAdapterContainer

java.lang.Object
  extended by org.enhydra.util.chiba.ChibaAdapterContainer

public class ChibaAdapterContainer
extends java.lang.Object

Chiba XForms Processor Container

Author:
Slobodan Vujasinovic

Constructor Summary
ChibaAdapterContainer()
           
 
Method Summary
 void clear()
          Clears ChibaAdapter container
 BaseAdapter getChibaAdapter(java.lang.String saName)
          Returns ServletAdapter stored under specified Name
 BaseAdapter getFirstChibaAdapter()
          Returns First ChibaAdapter
 boolean putChibaAdapter(java.lang.String saName, BaseAdapter sa)
          Store ChibaAdapter under specified Name
 boolean removeChibaAdapter(java.lang.String saName)
          Removes ChibaAdapter under specified Name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChibaAdapterContainer

public ChibaAdapterContainer()
Method Detail

putChibaAdapter

public boolean putChibaAdapter(java.lang.String saName,
                               BaseAdapter sa)
Store ChibaAdapter under specified Name

Parameters:
saName -
sa -
Returns:

removeChibaAdapter

public boolean removeChibaAdapter(java.lang.String saName)
Removes ChibaAdapter under specified Name

Parameters:
saName -
sa -
Returns:

getChibaAdapter

public BaseAdapter getChibaAdapter(java.lang.String saName)
Returns ServletAdapter stored under specified Name

Parameters:
saName -
Returns:

getFirstChibaAdapter

public BaseAdapter getFirstChibaAdapter()
Returns First ChibaAdapter

Returns:

clear

public void clear()
Clears ChibaAdapter container


EAF 7.6 Implementation