com.javaforge.tapestry.spring.annotations
Annotation Type InjectSpring


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface InjectSpring

Annotation for injecting a Spring bean into a page. This is an alternative to using the <inject> element in the page/component specification with a type of "spring".

Author:
Howard M. Lewis Ship
See Also:
SpringBeanInjectionWorker

Required Element Summary
 String value
          The name of the bean to inject.
 

Element Detail

value

public abstract String value
The name of the bean to inject.



Copyright © 2006-2007 Howard M. Lewis Ship. All Rights Reserved.