Uses of Class
com.opensymphony.xwork2.inject.Inject

Packages that use Inject
com.opensymphony.xwork2 Main Xwork interfaces and classes. 
com.opensymphony.xwork2.config.providers Configuration provider classes. 
com.opensymphony.xwork2.inject Guice (pronounced "juice"). 
com.opensymphony.xwork2.interceptor Interceptor classes. 
com.opensymphony.xwork2.spring Spring ObjectFactory classes. 
com.opensymphony.xwork2.util XWork util classes. 
org.apache.struts2.components   
org.apache.struts2.components.template   
org.apache.struts2.config Classes for Struts configuration and property handling. 
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
org.apache.struts2.dispatcher.mapper   
org.apache.struts2.dispatcher.multipart Classes to help dispatch multipart HTTP requests. 
org.apache.struts2.interceptor Web specific interceptor classes. 
org.apache.struts2.interceptor.debugging   
org.apache.struts2.portlet.result   
org.apache.struts2.views.freemarker Classes for views using FreeMarker. 
org.apache.struts2.views.util Miscellaneous helper classes for all views. 
org.apache.struts2.views.velocity Classes for views using Velocity. 
org.apache.struts2.views.xslt The new xslt view supports an extensible Java XML adapter framework that makes it easy to customize the XML rendering of objects and to incorporate structured XML text and arbitarary DOM fragments into the output. 
 

Uses of Inject in com.opensymphony.xwork2
 

Methods in com.opensymphony.xwork2 with annotations of type Inject
 void DefaultActionProxy.setActionEventListener(ActionEventListener listener)
           
 void ActionChainResult.setActionProxyFactory(ActionProxyFactory actionProxyFactory)
           
 void ObjectFactory.setClassLoader(ClassLoader cl)
           
 void DefaultActionProxy.setConfiguration(Configuration config)
           
 void DefaultActionProxyFactory.setContainer(Container container)
           
 void ObjectFactory.setContainer(Container container)
           
 void DefaultActionProxy.setObjectFactory(ObjectFactory factory)
           
static void ObjectFactory.setObjectFactory(ObjectFactory factory)
           
 void TextProviderFactory.setTextProvider(TextProvider textProvider)
           
 void DefaultActionProxy.setUnknownHandler(UnknownHandler handler)
           
 

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.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.
 

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)
           
 

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.util
 

Methods in com.opensymphony.xwork2.util with annotations of type Inject
static void OgnlValueStack.setDevMode(String mode)
           
static void XWorkConverter.setInstance(XWorkConverter instance)
           
 

Uses of Inject in org.apache.struts2.components
 

Methods in org.apache.struts2.components with annotations of type Inject
 void Component.setActionMapper(ActionMapper mapper)
           
 void ActionComponent.setActionProxyFactory(ActionProxyFactory actionProxyFactory)
           
 void Form.setConfiguration(Configuration configuration)
           
 void OptGroup.setContainer(Container container)
           
static void Include.setDefaultEncoding(String encoding)
           
 void UIBean.setDefaultTemplateDir(String dir)
           
 void UIBean.setDefaultUITheme(String theme)
           
 void Form.setEnableDynamicMethodInvocation(String enable)
           
 void Head.setEncoding(String encoding)
           
 void URL.setExtraParameterProvider(URL.ExtraParameterProvider provider)
           
 void Form.setObjectFactory(ObjectFactory objectFactory)
           
 void Bean.setObjectFactory(ObjectFactory objectFactory)
           
 void UIBean.setTemplateEngineManager(TemplateEngineManager mgr)
           
 void URL.setUrlIncludeParams(String urlIncludeParams)
           
 

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.config
 

Methods in org.apache.struts2.config with annotations of type Inject
 void ClasspathConfigurationProvider.setDefaultPageExtension(String defaultPageExtension)
          Register a default page extension to use when locating pages.
 void ClasspathConfigurationProvider.setDefaultPagePrefix(String defaultPagePrefix)
          Reigster a default page prefix to use when locating pages.
 void ClasspathConfigurationProvider.setDefaultParentPackage(String defaultParentPackage)
          Register a default parent package for the actions.
 void ClasspathConfigurationProvider.setForceLowerCase(String force)
          Whether to use a lowercase letter as the initial letter of an action.
 

Uses of Inject in org.apache.struts2.dispatcher
 

Methods in org.apache.struts2.dispatcher with annotations of type Inject
 void ServletRedirectResult.setActionMapper(ActionMapper mapper)
           
static void FilterDispatcher.setActionMapper(ActionMapper mapper)
          Modify ActionMapper instance.
 void VelocityResult.setDefaultEncoding(String val)
           
static void Dispatcher.setDefaultEncoding(String val)
          Modify state of StrutsConstants.STRUTS_I18N_ENCODING setting.
static void Dispatcher.setDefaultLocale(String val)
          Modify state of StrutsConstants.STRUTS_LOCALE setting.
static void Dispatcher.setDevMode(String mode)
          Modify state of StrutsConstants.STRUTS_DEVMODE setting.
static void FilterDispatcher.setEncoding(String val)
          Modify state of StrutsConstants.STRUTS_I18N_ENCODING setting.
static void Dispatcher.setMultipartSaveDir(String val)
          Modify state of StrutsConstants.STRUTS_MULTIPART_SAVEDIR setting.
static void FilterDispatcher.setServeStaticBrowserCache(String val)
          Modify state of StrutsConstants.STRUTS_SERVE_STATIC_BROWSER_CACHE setting.
static void FilterDispatcher.setServeStaticContent(String val)
          Modify state of StrutsConstants.STRUTS_SERVE_STATIC_CONTENT setting.
 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 DefaultActionMapper.setContainer(Container container)
           
 void CompositeActionMapper.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)
           
 

Uses of Inject in org.apache.struts2.portlet.result
 

Methods in org.apache.struts2.portlet.result with annotations of type Inject
 void PortletActionRedirectResult.setActionMapper(ActionMapper actionMapper)
           
 void PortletVelocityResult.setDefaultEncoding(String encoding)
           
 void PortletVelocityResult.setVelocityManager(VelocityManager mgr)
           
 

Uses of Inject in org.apache.struts2.views.freemarker
 

Methods in org.apache.struts2.views.freemarker with annotations of type Inject
 void FreemarkerManager.setContainer(Container container)
           
 void FreemarkerManager.setEncoding(String encoding)
           
 void PortletFreemarkerResult.setFreemarkerManager(FreemarkerManager mgr)
           
 void FreemarkerResult.setFreemarkerManager(FreemarkerManager mgr)
           
 void FreemarkerManager.setWrapperAltMap(String val)
           
 

Uses of Inject in org.apache.struts2.views.util
 

Methods in org.apache.struts2.views.util with annotations of type Inject
static void ContextUtil.setAltSyntax(String val)
           
static void UrlHelper.setCustomEncoding(String val)
           
static void UrlHelper.setHttpPort(String val)
           
static void UrlHelper.setHttpsPort(String val)
           
 

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)
           
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.