| java.lang.Object org.netbeans.modules.web.jsf.JSFInjectionTargetQueryImplementation
JSFInjectionTargetQueryImplementation | public class JSFInjectionTargetQueryImplementation implements InjectionTargetQueryImplementation(Code) | | author: Petr Pisl |
Method Summary | |
public boolean | isInjectionTarget(CompilationController controller, TypeElement typeElement) For method return true if:
1) The web module follows 2.5 servlet specification or higher
2) The jc is defined as manage bean in a jsp configuration file. | public boolean | isStaticReferenceRequired(CompilationController controller, TypeElement typeElement) |
JSFInjectionTargetQueryImplementation | public JSFInjectionTargetQueryImplementation()(Code) | | |
isInjectionTarget | public boolean isInjectionTarget(CompilationController controller, TypeElement typeElement)(Code) | | For method return true if:
1) The web module follows 2.5 servlet specification or higher
2) The jc is defined as manage bean in a jsp configuration file.
|
isStaticReferenceRequired | public boolean isStaticReferenceRequired(CompilationController controller, TypeElement typeElement)(Code) | | |
|
|