接口 org.apache.struts2.StrutsStatics
的使用

使用 StrutsStatics 的软件包
org.apache.struts2   
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
org.apache.struts2.dispatcher.ng.filter   
org.apache.struts2.interceptor   
org.apache.struts2.views.freemarker   
 

org.apache.struts2StrutsStatics 的使用
 

实现 StrutsStaticsorg.apache.struts2 中的类
 class ServletActionContext
          Web-specific context information for actions.
 

org.apache.struts2.dispatcherStrutsStatics 的使用
 

实现 StrutsStaticsorg.apache.struts2.dispatcher 中的类
 class FilterDispatcher
          已过时。 Since Struts 2.1.3, use StrutsPrepareAndExecuteFilter instead or StrutsPrepareFilter and StrutsExecuteFilter if needing using the ActionContextCleanUp filter in addition to this one
 class FilterDispatcherCompatWeblogic61
          已过时。 Since Struts 2.1.3 as it probably isn't used anymore
 class PlainTextResult
          A result that send the content out as plain text.
 class PostbackResult
          A result that renders the current request parameters as a form which immediately submits a postback to the specified destination
 class ServletActionRedirectResult
          This result uses the ActionMapper provided by the ActionMapperFactory to redirect the browser to a URL that invokes the specified action and (optional) namespace.
 class ServletDispatcherResult
          Includes or forwards to a view (usually a jsp).
 class ServletRedirectResult
          Calls the sendRedirect method to the location specified.
 class StreamResult
          A custom Result type for sending raw data (via an InputStream) directly to the HttpServletResponse.
 class StrutsResultSupport
          A base class for all Struts action execution results.
 class VelocityResult
          Using the Servlet container's JspFactory, this result mocks a JSP execution environment and then displays a Velocity template that will be streamed directly to the servlet output
 

org.apache.struts2.dispatcher.ng.filterStrutsStatics 的使用
 

实现 StrutsStaticsorg.apache.struts2.dispatcher.ng.filter 中的类
 class StrutsExecuteFilter
          Executes the discovered request information.
 class StrutsPrepareAndExecuteFilter
          Handles both the preparation and execution phases of the Struts dispatching process.
 class StrutsPrepareFilter
          Prepares the request for execution by a later StrutsExecuteFilter filter instance.
 

org.apache.struts2.interceptorStrutsStatics 的使用
 

实现 StrutsStaticsorg.apache.struts2.interceptor 中的类
 class ServletConfigInterceptor
          An interceptor which sets action properties based on the interfaces an action implements.
 

org.apache.struts2.views.freemarkerStrutsStatics 的使用
 

实现 StrutsStaticsorg.apache.struts2.views.freemarker 中的类
 class FreemarkerResult
          Renders a view using the Freemarker template engine.