net.sf.tacos.seam
Class Bijection
java.lang.Object
net.sf.tacos.seam.Bijection
public class Bijection
- extends Object
Class responsible for bijection of Seam components.
- Author:
- Igor Drobiazko
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bijection
public Bijection()
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.