1 package org.apache.jsp;
3 import javax.servlet.*;
4 import javax.servlet.http.*;
5 import javax.servlet.jsp.*;
7 public final class home_jsp extends org.apache.jasper.runtime.HttpJspBase
8 implements org.apache.jasper.runtime.JspSourceDependent {
10 private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
12 private static java.util.List _jspx_dependants;
14 private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fset_0026_005fvar;
15 private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005ftext_0026_005fname_005fnobody;
16 private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005furl_0026_005fvalue_005fnobody;
17 private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fif_0026_005ftest;
19 private javax.el.ExpressionFactory _el_expressionfactory;
20 private org.apache.AnnotationProcessor _jsp_annotationprocessor;
22 public Object getDependants() {
23 return _jspx_dependants;
26 public void _jspInit() {
27 _005fjspx_005ftagPool_005fs_005fset_0026_005fvar = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
28 _005fjspx_005ftagPool_005fs_005ftext_0026_005fname_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
29 _005fjspx_005ftagPool_005fs_005furl_0026_005fvalue_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
30 _005fjspx_005ftagPool_005fs_005fif_0026_005ftest = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
31 _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
32 _jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
35 public void _jspDestroy() {
36 _005fjspx_005ftagPool_005fs_005fset_0026_005fvar.release();
37 _005fjspx_005ftagPool_005fs_005ftext_0026_005fname_005fnobody.release();
38 _005fjspx_005ftagPool_005fs_005furl_0026_005fvalue_005fnobody.release();
39 _005fjspx_005ftagPool_005fs_005fif_0026_005ftest.release();
42 public void _jspService(HttpServletRequest request, HttpServletResponse response)
43 throws java.io.IOException, ServletException {
45 PageContext pageContext = null;
46 HttpSession session = null;
47 ServletContext application = null;
48 ServletConfig config = null;
51 JspWriter _jspx_out = null;
52 PageContext _jspx_page_context = null;
56 response.setContentType("text/html; charset=ISO-8859-1");
57 pageContext = _jspxFactory.getPageContext(this, request, response,
58 null, true, 8192, true);
59 _jspx_page_context = pageContext;
60 application = pageContext.getServletContext();
61 config = pageContext.getServletConfig();
62 session = pageContext.getSession();
63 out = pageContext.getOut();
67 out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\r\n");
68 String reason = request.getParameter("error");
69 boolean error = false;
70 if (reason != null) error = true;
75 org.apache.struts2.views.jsp.SetTag _jspx_th_s_005fset_005f0 = (org.apache.struts2.views.jsp.SetTag) _005fjspx_005ftagPool_005fs_005fset_0026_005fvar.get(org.apache.struts2.views.jsp.SetTag.class);
76 _jspx_th_s_005fset_005f0.setPageContext(_jspx_page_context);
77 _jspx_th_s_005fset_005f0.setParent(null);
78 // /home.jsp(11,0) name = var type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
79 _jspx_th_s_005fset_005f0.setVar("error");
80 int _jspx_eval_s_005fset_005f0 = _jspx_th_s_005fset_005f0.doStartTag();
81 if (_jspx_eval_s_005fset_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
82 if (_jspx_eval_s_005fset_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
83 out = _jspx_page_context.pushBody();
84 _jspx_th_s_005fset_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
85 _jspx_th_s_005fset_005f0.doInitBody();
89 int evalDoAfterBody = _jspx_th_s_005fset_005f0.doAfterBody();
90 if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
93 if (_jspx_eval_s_005fset_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
94 out = _jspx_page_context.popBody();
97 if (_jspx_th_s_005fset_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
98 _005fjspx_005ftagPool_005fs_005fset_0026_005fvar.reuse(_jspx_th_s_005fset_005f0);
101 _005fjspx_005ftagPool_005fs_005fset_0026_005fvar.reuse(_jspx_th_s_005fset_005f0);
104 out.write("<html>\r\n");
106 out.write(" <head>\r\n");
107 out.write(" <meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">\r\n");
108 out.write(" <title>");
109 if (_jspx_meth_s_005ftext_005f0(_jspx_page_context))
111 out.write("</title>\r\n");
112 out.write(" <link href=");
113 if (_jspx_meth_s_005furl_005f0(_jspx_page_context))
115 out.write(" rel=\"stylesheet\" type=\"text/css\">\r\n");
116 out.write(" </head>\r\n");
118 out.write(" <body>\r\n");
119 out.write("<!-- Menu-bar\r\n");
120 out.write(" -->\r\n");
122 org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "/jsp/menubar.jsp" + (("/jsp/menubar.jsp").indexOf('?')>0? '&': '?') + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("menu", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("none", request.getCharacterEncoding()), out, false);
127 org.apache.struts2.views.jsp.IfTag _jspx_th_s_005fif_005f0 = (org.apache.struts2.views.jsp.IfTag) _005fjspx_005ftagPool_005fs_005fif_0026_005ftest.get(org.apache.struts2.views.jsp.IfTag.class);
128 _jspx_th_s_005fif_005f0.setPageContext(_jspx_page_context);
129 _jspx_th_s_005fif_005f0.setParent(null);
130 // /home.jsp(28,4) name = test type = java.lang.String reqTime = false required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
131 _jspx_th_s_005fif_005f0.setTest("%{#error}");
132 int _jspx_eval_s_005fif_005f0 = _jspx_th_s_005fif_005f0.doStartTag();
133 if (_jspx_eval_s_005fif_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
134 if (_jspx_eval_s_005fif_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
135 out = _jspx_page_context.pushBody();
136 _jspx_th_s_005fif_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
137 _jspx_th_s_005fif_005f0.doInitBody();
143 org.apache.struts2.views.jsp.SetTag _jspx_th_s_005fset_005f1 = (org.apache.struts2.views.jsp.SetTag) _005fjspx_005ftagPool_005fs_005fset_0026_005fvar.get(org.apache.struts2.views.jsp.SetTag.class);
144 _jspx_th_s_005fset_005f1.setPageContext(_jspx_page_context);
145 _jspx_th_s_005fset_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_s_005fif_005f0);
146 // /home.jsp(29,6) name = var type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
147 _jspx_th_s_005fset_005f1.setVar("reason");
148 int _jspx_eval_s_005fset_005f1 = _jspx_th_s_005fset_005f1.doStartTag();
149 if (_jspx_eval_s_005fset_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
150 if (_jspx_eval_s_005fset_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
151 out = _jspx_page_context.pushBody();
152 _jspx_th_s_005fset_005f1.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
153 _jspx_th_s_005fset_005f1.doInitBody();
157 int evalDoAfterBody = _jspx_th_s_005fset_005f1.doAfterBody();
158 if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
161 if (_jspx_eval_s_005fset_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
162 out = _jspx_page_context.popBody();
165 if (_jspx_th_s_005fset_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
166 _005fjspx_005ftagPool_005fs_005fset_0026_005fvar.reuse(_jspx_th_s_005fset_005f1);
169 _005fjspx_005ftagPool_005fs_005fset_0026_005fvar.reuse(_jspx_th_s_005fset_005f1);
171 out.write(" <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" class=\"error\">\r\n");
172 out.write(" <tr height=24 valign=middle>\r\n");
173 out.write(" <td>\r\n");
175 if (_jspx_meth_s_005ftext_005f1(_jspx_th_s_005fif_005f0, _jspx_page_context))
178 out.write(" </td>\r\n");
179 out.write(" </tr>\r\n");
180 out.write(" </table>\r\n");
182 int evalDoAfterBody = _jspx_th_s_005fif_005f0.doAfterBody();
183 if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
186 if (_jspx_eval_s_005fif_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
187 out = _jspx_page_context.popBody();
190 if (_jspx_th_s_005fif_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
191 _005fjspx_005ftagPool_005fs_005fif_0026_005ftest.reuse(_jspx_th_s_005fif_005f0);
194 _005fjspx_005ftagPool_005fs_005fif_0026_005ftest.reuse(_jspx_th_s_005fif_005f0);
196 out.write(" </body>\r\n");
198 out.write("</html>");
199 } catch (Throwable t) {
200 if (!(t instanceof SkipPageException)){
202 if (out != null && out.getBufferSize() != 0)
203 try { out.clearBuffer(); } catch (java.io.IOException e) {}
204 if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
207 _jspxFactory.releasePageContext(_jspx_page_context);
211 private boolean _jspx_meth_s_005ftext_005f0(PageContext _jspx_page_context)
213 PageContext pageContext = _jspx_page_context;
214 JspWriter out = _jspx_page_context.getOut();
216 org.apache.struts2.views.jsp.TextTag _jspx_th_s_005ftext_005f0 = (org.apache.struts2.views.jsp.TextTag) _005fjspx_005ftagPool_005fs_005ftext_0026_005fname_005fnobody.get(org.apache.struts2.views.jsp.TextTag.class);
217 _jspx_th_s_005ftext_005f0.setPageContext(_jspx_page_context);
218 _jspx_th_s_005ftext_005f0.setParent(null);
219 // /home.jsp(17,11) name = name type = java.lang.String reqTime = false required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
220 _jspx_th_s_005ftext_005f0.setName("name.module");
221 int _jspx_eval_s_005ftext_005f0 = _jspx_th_s_005ftext_005f0.doStartTag();
222 if (_jspx_th_s_005ftext_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
223 _005fjspx_005ftagPool_005fs_005ftext_0026_005fname_005fnobody.reuse(_jspx_th_s_005ftext_005f0);
226 _005fjspx_005ftagPool_005fs_005ftext_0026_005fname_005fnobody.reuse(_jspx_th_s_005ftext_005f0);
230 private boolean _jspx_meth_s_005furl_005f0(PageContext _jspx_page_context)
232 PageContext pageContext = _jspx_page_context;
233 JspWriter out = _jspx_page_context.getOut();
235 org.apache.struts2.views.jsp.URLTag _jspx_th_s_005furl_005f0 = (org.apache.struts2.views.jsp.URLTag) _005fjspx_005ftagPool_005fs_005furl_0026_005fvalue_005fnobody.get(org.apache.struts2.views.jsp.URLTag.class);
236 _jspx_th_s_005furl_005f0.setPageContext(_jspx_page_context);
237 _jspx_th_s_005furl_005f0.setParent(null);
238 // /home.jsp(18,15) name = value type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
239 _jspx_th_s_005furl_005f0.setValue("/skin/default.css");
240 int _jspx_eval_s_005furl_005f0 = _jspx_th_s_005furl_005f0.doStartTag();
241 if (_jspx_th_s_005furl_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
242 _005fjspx_005ftagPool_005fs_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_s_005furl_005f0);
245 _005fjspx_005ftagPool_005fs_005furl_0026_005fvalue_005fnobody.reuse(_jspx_th_s_005furl_005f0);
249 private boolean _jspx_meth_s_005ftext_005f1(javax.servlet.jsp.tagext.JspTag _jspx_th_s_005fif_005f0, PageContext _jspx_page_context)
251 PageContext pageContext = _jspx_page_context;
252 JspWriter out = _jspx_page_context.getOut();
254 org.apache.struts2.views.jsp.TextTag _jspx_th_s_005ftext_005f1 = (org.apache.struts2.views.jsp.TextTag) _005fjspx_005ftagPool_005fs_005ftext_0026_005fname_005fnobody.get(org.apache.struts2.views.jsp.TextTag.class);
255 _jspx_th_s_005ftext_005f1.setPageContext(_jspx_page_context);
256 _jspx_th_s_005ftext_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_s_005fif_005f0);
257 // /home.jsp(33,12) name = name type = java.lang.String reqTime = false required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
258 _jspx_th_s_005ftext_005f1.setName("message.error.%{#reason}");
259 int _jspx_eval_s_005ftext_005f1 = _jspx_th_s_005ftext_005f1.doStartTag();
260 if (_jspx_th_s_005ftext_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
261 _005fjspx_005ftagPool_005fs_005ftext_0026_005fname_005fnobody.reuse(_jspx_th_s_005ftext_005f1);
264 _005fjspx_005ftagPool_005fs_005ftext_0026_005fname_005fnobody.reuse(_jspx_th_s_005ftext_005f1);