net.sf.tacos.seam
Class Bijection

java.lang.Object
  extended by net.sf.tacos.seam.Bijection

public class Bijection
extends Object

Class responsible for bijection of Seam components.

Author:
Igor Drobiazko

Constructor Summary
Bijection()
           
 
Method Summary
static Object inject(Class<?> clazz, String name, ScopeType scope, boolean required, boolean create)
           
static void outject(Object obj, String name, String scopeName, String required)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bijection

public Bijection()
Method Detail

outject

public static void outject(Object obj,
                           String name,
                           String scopeName,
                           String required)

inject

public static Object inject(Class<?> clazz,
                            String name,
                            ScopeType scope,
                            boolean required,
                            boolean create)


Copyright © 2005-2008 SourceForge.net. All Rights Reserved.