|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.apache.struts2.dispatcher.ng.InitOperations
public class InitOperations
Contains initialization operations
构造方法摘要 | |
---|---|
InitOperations()
|
方法摘要 | |
---|---|
List<Pattern> |
buildExcludedPatternsList(Dispatcher dispatcher)
Extract a list of patterns to exclude from request filtering |
void |
cleanup()
|
Dispatcher |
findDispatcherOnThread()
|
Dispatcher |
initDispatcher(HostConfig filterConfig)
Creates and initializes the dispatcher |
void |
initLogging(HostConfig filterConfig)
Initializes the internal Struts logging |
StaticContentLoader |
initStaticContentLoader(HostConfig filterConfig,
Dispatcher dispatcher)
Initializes the static content loader with the filter configuration |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public InitOperations()
方法详细信息 |
---|
public void initLogging(HostConfig filterConfig)
public Dispatcher initDispatcher(HostConfig filterConfig)
public StaticContentLoader initStaticContentLoader(HostConfig filterConfig, Dispatcher dispatcher)
public Dispatcher findDispatcherOnThread()
IllegalStateException
- If there is no dispatcher availablepublic void cleanup()
public List<Pattern> buildExcludedPatternsList(Dispatcher dispatcher)
dispatcher
- The dispatcher to check for exclude pattern configuration
StrutsConstants.STRUTS_ACTION_EXCLUDE_PATTERN
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |