|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Inject in com.opensymphony.xwork2 |
---|
Methods in com.opensymphony.xwork2 with annotations of type Inject | |
---|---|
void |
DefaultActionInvocation.setActionEventListener(ActionEventListener listener)
|
void |
DefaultActionProxy.setActionEventListener(ActionEventListener listener)
|
void |
ActionChainResult.setActionProxyFactory(ActionProxyFactory actionProxyFactory)
|
void |
ObjectFactory.setClassLoader(ClassLoader cl)
|
void |
DefaultActionProxy.setConfiguration(Configuration config)
|
void |
DefaultActionInvocation.setContainer(Container cont)
|
void |
DefaultActionProxyFactory.setContainer(Container container)
|
void |
ObjectFactory.setContainer(Container container)
|
void |
DefaultActionInvocation.setObjectFactory(ObjectFactory fac)
|
void |
DefaultActionProxy.setObjectFactory(ObjectFactory factory)
|
void |
ObjectFactory.setReflectionProvider(ReflectionProvider prov)
|
void |
TextProviderFactory.setTextProvider(TextProvider textProvider)
|
void |
DefaultActionInvocation.setUnknownHandler(UnknownHandler hand)
|
void |
DefaultActionProxy.setUnknownHandler(UnknownHandler handler)
|
void |
DefaultActionInvocation.setValueStackFactory(ValueStackFactory fac)
|
Uses of Inject in com.opensymphony.xwork2.config.providers |
---|
Methods in com.opensymphony.xwork2.config.providers with annotations of type Inject | |
---|---|
void |
XmlConfigurationProvider.setObjectFactory(ObjectFactory objectFactory)
|
Uses of Inject in com.opensymphony.xwork2.conversion.impl |
---|
Methods in com.opensymphony.xwork2.conversion.impl with annotations of type Inject | |
---|---|
void |
XWorkConverter.setDefaultTypeConverter(XWorkBasicConverter conv)
|
void |
InstantiatingNullHandler.setObjectFactory(ObjectFactory fac)
|
void |
XWorkBasicConverter.setObjectFactory(ObjectFactory fac)
|
void |
XWorkConverter.setObjectFactory(ObjectFactory factory)
|
void |
XWorkBasicConverter.setObjectTypeDeterminer(ObjectTypeDeterminer det)
|
void |
InstantiatingNullHandler.setReflectionProvider(ReflectionProvider prov)
|
void |
XWorkBasicConverter.setXWorkConverter(XWorkConverter conv)
|
Constructors in com.opensymphony.xwork2.conversion.impl with annotations of type Inject | |
---|---|
DefaultObjectTypeDeterminer(XWorkConverter conv,
ReflectionProvider prov)
|
Constructor parameters in com.opensymphony.xwork2.conversion.impl with annotations of type Inject | |
---|---|
DefaultObjectTypeDeterminer(XWorkConverter conv,
ReflectionProvider prov)
|
|
DefaultObjectTypeDeterminer(XWorkConverter conv,
ReflectionProvider prov)
|
Uses of Inject in com.opensymphony.xwork2.inject |
---|
Methods in com.opensymphony.xwork2.inject that return Inject | |
---|---|
(package private) Inject |
ContainerImpl.findInject(Annotation[] annotations)
Finds the Inject annotation in an array of annotations. |
Methods in com.opensymphony.xwork2.inject with parameters of type Inject | |
---|---|
(package private) ContainerImpl.ParameterInjector<?>[] |
ContainerImpl.ConstructorInjector.constructParameterInjector(Inject inject,
ContainerImpl container,
Constructor<T> constructor)
|
Uses of Inject in com.opensymphony.xwork2.interceptor |
---|
Methods in com.opensymphony.xwork2.interceptor with annotations of type Inject | |
---|---|
static void |
ParametersInterceptor.setDevMode(String mode)
|
void |
ScopedModelDrivenInterceptor.setObjectFactory(ObjectFactory factory)
|
void |
ChainingInterceptor.setReflectionProvider(ReflectionProvider prov)
|
Uses of Inject in com.opensymphony.xwork2.ognl |
---|
Methods in com.opensymphony.xwork2.ognl with annotations of type Inject | |
---|---|
void |
OgnlValueStackFactory.setAllowStaticMethodAccess(String allowStaticMethodAccess)
|
void |
OgnlValueStackFactory.setContainer(Container container)
|
void |
OgnlValueStack.setDevMode(String mode)
|
void |
OgnlReflectionProvider.setOgnlUtil(OgnlUtil ognlUtil)
|
void |
OgnlValueStack.setOgnlUtil(OgnlUtil ognlUtil)
|
void |
OgnlValueStackFactory.setTextProvider(TextProvider textProvider)
|
void |
OgnlUtil.setXWorkConverter(XWorkConverter conv)
|
void |
OgnlValueStackFactory.setXWorkConverter(XWorkConverter conv)
|
Uses of Inject in com.opensymphony.xwork2.ognl.accessor |
---|
Methods in com.opensymphony.xwork2.ognl.accessor with annotations of type Inject | |
---|---|
void |
XWorkCollectionPropertyAccessor.setObjectFactory(ObjectFactory fac)
|
void |
XWorkListPropertyAccessor.setObjectFactory(ObjectFactory fac)
|
void |
XWorkMapPropertyAccessor.setObjectFactory(ObjectFactory fac)
|
void |
XWorkCollectionPropertyAccessor.setObjectTypeDeterminer(ObjectTypeDeterminer ot)
|
void |
XWorkListPropertyAccessor.setObjectTypeDeterminer(ObjectTypeDeterminer ot)
|
void |
XWorkMapPropertyAccessor.setObjectTypeDeterminer(ObjectTypeDeterminer ot)
|
void |
XWorkListPropertyAccessor.setOgnlUtil(OgnlUtil util)
|
void |
XWorkListPropertyAccessor.setXWorkCollectionPropertyAccessor(ognl.PropertyAccessor acc)
|
void |
XWorkCollectionPropertyAccessor.setXWorkConverter(XWorkConverter conv)
|
void |
XWorkListPropertyAccessor.setXWorkConverter(XWorkConverter conv)
|
void |
XWorkMapPropertyAccessor.setXWorkConverter(XWorkConverter conv)
|
Uses of Inject in com.opensymphony.xwork2.spring |
---|
Methods in com.opensymphony.xwork2.spring with annotations of type Inject | |
---|---|
void |
SpringObjectFactory.setApplicationContextPath(String ctx)
|
Uses of Inject in com.opensymphony.xwork2.validator |
---|
Methods in com.opensymphony.xwork2.validator with annotations of type Inject | |
---|---|
void |
ValidationInterceptor.setActionValidatorManager(ActionValidatorManager mgr)
|
void |
DefaultValidatorFileParser.setObjectFactory(ObjectFactory fac)
|
void |
AnnotationActionValidatorManager.setValidatorFactory(ValidatorFactory fac)
|
void |
DefaultActionValidatorManager.setValidatorFactory(ValidatorFactory fac)
|
void |
AnnotationActionValidatorManager.setValidatorFileParser(ValidatorFileParser parser)
|
void |
DefaultActionValidatorManager.setValidatorFileParser(ValidatorFileParser parser)
|
Constructors in com.opensymphony.xwork2.validator with annotations of type Inject | |
---|---|
DefaultValidatorFactory(ObjectFactory objectFactory,
ValidatorFileParser parser)
|
Constructor parameters in com.opensymphony.xwork2.validator with annotations of type Inject | |
---|---|
DefaultValidatorFactory(ObjectFactory objectFactory,
ValidatorFileParser parser)
|
|
DefaultValidatorFactory(ObjectFactory objectFactory,
ValidatorFileParser parser)
|
Uses of Inject in com.opensymphony.xwork2.validator.validators |
---|
Methods in com.opensymphony.xwork2.validator.validators with annotations of type Inject | |
---|---|
void |
VisitorFieldValidator.setActionValidatorManager(ActionValidatorManager mgr)
|
Uses of Inject in org.apache.struts2.components |
---|
Uses of Inject in org.apache.struts2.components.template |
---|
Methods in org.apache.struts2.components.template with annotations of type Inject | |
---|---|
void |
FreemarkerTemplateEngine.setCacheTemplates(String cacheTemplates)
Enables or disables Struts caching of Freemarker templates. |
void |
TemplateEngineManager.setContainer(Container container)
|
void |
TemplateEngineManager.setDefaultTemplateType(String type)
|
void |
FreemarkerTemplateEngine.setFreemarkerManager(FreemarkerManager mgr)
|
void |
VelocityTemplateEngine.setVelocityManager(VelocityManager mgr)
|
Uses of Inject in org.apache.struts2.dispatcher |
---|
Methods in org.apache.struts2.dispatcher with annotations of type Inject | |
---|---|
void |
ServletRedirectResult.setActionMapper(ActionMapper mapper)
|
void |
FilterDispatcher.setActionMapper(ActionMapper mapper)
Modify ActionMapper instance. |
void |
VelocityResult.setDefaultEncoding(String val)
|
void |
Dispatcher.setDefaultEncoding(String val)
Modify state of StrutsConstants.STRUTS_I18N_ENCODING setting. |
void |
Dispatcher.setDefaultLocale(String val)
Modify state of StrutsConstants.STRUTS_LOCALE setting. |
void |
Dispatcher.setDevMode(String mode)
Modify state of StrutsConstants.STRUTS_DEVMODE setting. |
void |
FilterDispatcher.setEncoding(String val)
Modify state of StrutsConstants.STRUTS_I18N_ENCODING setting. |
void |
Dispatcher.setMultipartSaveDir(String val)
Modify state of StrutsConstants.STRUTS_MULTIPART_SAVEDIR setting. |
void |
FilterDispatcher.setServeStaticBrowserCache(String val)
Modify state of StrutsConstants.STRUTS_SERVE_STATIC_BROWSER_CACHE setting. |
void |
FilterDispatcher.setServeStaticContent(String val)
Modify state of StrutsConstants.STRUTS_SERVE_STATIC_CONTENT setting. |
void |
Dispatcher.setValueStackFactory(ValueStackFactory valueStackFactory)
|
void |
VelocityResult.setVelocityManager(VelocityManager mgr)
|
Uses of Inject in org.apache.struts2.dispatcher.mapper |
---|
Methods in org.apache.struts2.dispatcher.mapper with annotations of type Inject | |
---|---|
void |
CompositeActionMapper.setActionMappers(String list)
|
void |
DefaultActionMapper.setAllowDynamicMethodCalls(String allow)
|
void |
DefaultActionMapper.setAlwaysSelectFullNamespace(String val)
|
void |
CompositeActionMapper.setContainer(Container container)
|
void |
DefaultActionMapper.setContainer(Container container)
|
void |
DefaultActionMapper.setExtensions(String extensions)
|
void |
Restful2ActionMapper.setIdParameterName(String idParameterName)
|
void |
DefaultActionMapper.setSlashesInActionNames(String allow)
|
Uses of Inject in org.apache.struts2.dispatcher.multipart |
---|
Methods in org.apache.struts2.dispatcher.multipart with annotations of type Inject | |
---|---|
void |
JakartaMultiPartRequest.setMaxSize(String maxSize)
|
Uses of Inject in org.apache.struts2.interceptor |
---|
Methods in org.apache.struts2.interceptor with annotations of type Inject | |
---|---|
void |
ProfilingActivationInterceptor.setDevMode(String mode)
|
Uses of Inject in org.apache.struts2.interceptor.debugging |
---|
Methods in org.apache.struts2.interceptor.debugging with annotations of type Inject | |
---|---|
void |
DebuggingInterceptor.setDevMode(String mode)
|
void |
DebuggingInterceptor.setFreemarkerManager(FreemarkerManager mgr)
|
void |
DebuggingInterceptor.setReflectionProvider(ReflectionProvider reflectionProvider)
|
Uses of Inject in org.apache.struts2.views.freemarker |
---|
Methods in org.apache.struts2.views.freemarker with annotations of type Inject | |
---|---|
void |
FreemarkerManager.setCacheBeanWrapper(String val)
|
void |
FreemarkerManager.setContainer(Container container)
|
void |
FreemarkerManager.setEncoding(String encoding)
|
void |
FreemarkerResult.setFreemarkerManager(FreemarkerManager mgr)
|
void |
FreemarkerManager.setMruMaxStrongSize(String size)
|
void |
FreemarkerManager.setWrapperAltMap(String val)
|
Uses of Inject in org.apache.struts2.views.jsp.ui |
---|
Methods in org.apache.struts2.views.jsp.ui with annotations of type Inject | |
---|---|
void |
OgnlTool.setOgnlUtil(OgnlUtil ognlUtil)
|
Uses of Inject in org.apache.struts2.views.velocity |
---|
Methods in org.apache.struts2.views.velocity with annotations of type Inject | |
---|---|
void |
VelocityManager.setChainedContexts(String contexts)
allow users to specify via the struts.properties file a set of additional VelocityContexts to chain to the the StrutsVelocityContext. |
void |
VelocityManager.setContainer(Container container)
|
void |
VelocityManager.setCustomConfigFile(String val)
|
void |
VelocityManager.setObjectFactory(ObjectFactory fac)
|
void |
VelocityManager.setToolBoxLocation(String toolboxLocation)
|
Uses of Inject in org.apache.struts2.views.xslt |
---|
Methods in org.apache.struts2.views.xslt with annotations of type Inject | |
---|---|
void |
XSLTResult.setNoCache(String val)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |