📄 _stringutil__jsp.java
字号:
/*
* JSP generated by Resin 2.1.2 (built Tue Jun 11 08:26:56 PDT 2002)
*/
package _example;
import javax.servlet.*;
import javax.servlet.jsp.*;
import javax.servlet.http.*;
import org.ehotsoft.yekki.util.*;
public class _stringutil__jsp extends com.caucho.jsp.JavaPage{
private boolean _caucho_isDead;
public void
_jspService(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException, javax.servlet.ServletException
{
com.caucho.jsp.QPageContext pageContext = (com.caucho.jsp.QPageContext) com.caucho.jsp.QJspFactory.create().getPageContext(this, request, response, null, true, 8192, true);
javax.servlet.jsp.JspWriter out = (javax.servlet.jsp.JspWriter) pageContext.getOut();
javax.servlet.ServletConfig config = getServletConfig();
javax.servlet.Servlet page = this;
javax.servlet.http.HttpSession session = pageContext.getSession();
javax.servlet.ServletContext application = pageContext.getServletContext();
response.setContentType("text/html");
try {
pageContext.write(_jsp_string0, 0, _jsp_string0.length);
byte[] byteArray = { 0, 0 };
pageContext.write(_jsp_string1, 0, _jsp_string1.length);
out.print((StringUtil.replaceIgnoreCase( "Aabde", "a", "x" )));
pageContext.write(_jsp_string2, 0, _jsp_string2.length);
out.print((StringUtil.replace( "Aabde", "a", "x" )));
pageContext.write(_jsp_string3, 0, _jsp_string3.length);
out.print((StringUtil.escapeHTMLTags( "<b>I</b>" )));
pageContext.write(_jsp_string4, 0, _jsp_string4.length);
out.print((StringUtil.hash( "abcde" )));
pageContext.write(_jsp_string5, 0, _jsp_string5.length);
out.print((StringUtil.toHex( byteArray )));
pageContext.write(_jsp_string6, 0, _jsp_string6.length);
String[] strArray = StringUtil.toLowerCaseWordArray( "I:love:You" );
for ( int i = 0; i < strArray.length; i++ ) {
out.println( strArray[ i ] + " " );
}
pageContext.write(_jsp_string7, 0, _jsp_string7.length);
out.print((StringUtil.randomString( 8 )));
pageContext.write(_jsp_string8, 0, _jsp_string8.length);
out.print((StringUtil.escapeForXML( "<xml>" )));
pageContext.write(_jsp_string9, 0, _jsp_string9.length);
out.print((StringUtil.chopAtWord( "abcde", 2 )));
pageContext.write(_jsp_string10, 0, _jsp_string10.length);
} catch (java.lang.Throwable _jsp_e) {
pageContext.handlePageException(_jsp_e);
} finally {
JspFactory.getDefaultFactory().releasePageContext(pageContext);
}
}
private com.caucho.java.LineMap _caucho_line_map;
private java.util.ArrayList _caucho_depends = new java.util.ArrayList();
public boolean _caucho_isModified()
{
if (_caucho_isDead)
return true;
if (com.caucho.util.CauchoSystem.getVersionId() != 2057024144)
return true;
for (int i = _caucho_depends.size() - 1; i >= 0; i--) {
com.caucho.vfs.Depend depend;
depend = (com.caucho.vfs.Depend) _caucho_depends.get(i);
if (depend.isModified())
return true;
}
return false;
}
public long _caucho_lastModified()
{
return 0;
}
public com.caucho.java.LineMap _caucho_getLineMap()
{
return _caucho_line_map;
}
public void destroy()
{
_caucho_isDead = true;
super.destroy();
}
public void init(com.caucho.java.LineMap lineMap,
com.caucho.vfs.Path appDir)
throws javax.servlet.ServletException
{
com.caucho.vfs.Path resinHome = com.caucho.util.CauchoSystem.getResinHome();
com.caucho.vfs.MergePath mergePath = new com.caucho.vfs.MergePath();
mergePath.addMergePath(appDir);
mergePath.addMergePath(resinHome);
mergePath.addClassPath(getClass().getClassLoader());
_caucho_line_map = new com.caucho.java.LineMap("_stringutil__jsp.java", "/test/example/StringUtil.jsp");
_caucho_line_map.add(1, 1);
_caucho_line_map.add(1, 27);
_caucho_line_map.add(4, 28);
_caucho_line_map.add(7, 32);
_caucho_line_map.add(8, 34);
_caucho_line_map.add(9, 36);
_caucho_line_map.add(10, 38);
_caucho_line_map.add(11, 40);
_caucho_line_map.add(21, 51);
_caucho_line_map.add(22, 53);
_caucho_line_map.add(23, 55);
com.caucho.vfs.Depend depend;
depend = new com.caucho.vfs.Depend(appDir.lookup("example/StringUtil.jsp"), 996769082000L, 1054L);
_caucho_depends.add(depend);
}
private static byte []_jsp_string4;
private static byte []_jsp_string2;
private static byte []_jsp_string8;
private static byte []_jsp_string5;
private static byte []_jsp_string0;
private static byte []_jsp_string7;
private static byte []_jsp_string10;
private static byte []_jsp_string9;
private static byte []_jsp_string1;
private static byte []_jsp_string3;
private static byte []_jsp_string6;
static {
_jsp_string4 = "<br>\r\nStringUtil.hash( \"abcde\" ):".getBytes();
_jsp_string2 = "<br>\r\nStringUtil.replace( \"Aabde\", \"a\", \"x\" ):".getBytes();
_jsp_string8 = "</br>\r\nStringUtil.escapeForXML( <xml> ):".getBytes();
_jsp_string5 = "<br>\r\nStringUtil.toHex( byteArray ):".getBytes();
_jsp_string0 = "\r\n<html>\r\n<body>\r\n".getBytes();
_jsp_string7 = "<br>\r\nStringUtil.randomString( 8 ):".getBytes();
_jsp_string10 = "</br>\r\n</body>\r\n</html>".getBytes();
_jsp_string9 = "</br>\r\nStringUtil.chopAtWord( \"abcde\", 2 ):".getBytes();
_jsp_string1 = "\r\nStringUtil.replaceIgnoreCase( \"Aabde\", \"a\", \"x\" ):".getBytes();
_jsp_string3 = "<br>\r\nStringUtil.escapeHTMLTags( \"<b>I</b>\" ):".getBytes();
_jsp_string6 = " ( byte[] byteArray = { 0, 0 }; )<br>\r\nStringUtil.toLowerCaseWordArray( \"I:love:You\" ):\r\n".getBytes();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -