Initializes the HTTP context with static options. @param sopts static options @param webXml web.xml file
(final StaticOptions sopts, final IOFile webXml)
| 81 | * @param webXml web.xml file |
| 82 | */ |
| 83 | public void init(final StaticOptions sopts, final IOFile webXml) { |
| 84 | soptions = sopts; |
| 85 | initFile = webXml; |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * Initializes the HTTP context, based on the initial servlet context. |
no test coverage detected