软件包 org.apache.struts2.dispatcher 的分层结构
- 软件包分层结构:
 - 所有软件包
 
类分层结构
- java.lang.Object
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
 - org.apache.struts2.dispatcher.ActionContextCleanUp (implements javax.servlet.Filter)
 - com.opensymphony.xwork2.ActionSupport (implements com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, java.io.Serializable, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware)
 - org.apache.struts2.dispatcher.DefaultStaticContentLoader (implements org.apache.struts2.dispatcher.StaticContentLoader)
 - org.apache.struts2.dispatcher.Dispatcher
 - org.apache.struts2.dispatcher.Dispatcher.Locator
 - org.apache.struts2.dispatcher.FilterDispatcher (implements javax.servlet.Filter, org.apache.struts2.StrutsStatics)
 - org.apache.struts2.dispatcher.HttpHeaderResult (implements com.opensymphony.xwork2.Result)
 - javax.servlet.ServletRequestWrapper (implements javax.servlet.ServletRequest)
- javax.servlet.http.HttpServletRequestWrapper (implements javax.servlet.http.HttpServletRequest)
 
 - org.apache.struts2.dispatcher.StrutsResultSupport (implements com.opensymphony.xwork2.Result, org.apache.struts2.StrutsStatics)
 
 
接口分层结构