RSS JAVAJSP-AJava.org
哪吒推荐该订阅
简介:java源码实例 / jsp
原站:http://ajava.org/code/JSP/index.html
点击立即订阅,“JAVAJSP-AJava.org”的内容有更新,哪吒第一时间提醒您
“JAVAJSP-AJava.org”的内容更新
累计:8 篇(自 2009-07-22 起)
更新:约3篇/年,最后更新861 天前
JAVAJSP-AJava.org
在jee6中,jsp中的el表达式支持带参数的方法调用了。可以像这样调用: ${foo.bar(baz)} 。 最新的实现是juel,大家可以下载试用一下。下面代码就是测试如何使用: //theexpressionfactoryimplementationisde.odysseus.el.expressionfactoryimpl| system.set... (311 天前)
JAVAJSP-AJava.org
servletoutputstreamout=response.getoutputstream(); response.setcontenttype( image/pjpeg ); //要显示对象的类型,不同的显示对象有不同的类型 sout.write( byte []); //输出对象的字节数组 out.clear(); out=pagecontext.pushbody(); out.flush(); out.... (311 天前)
JAVAJSP-AJava.org
/***/ /** *实现文件另存功能 * *@paramtext *文件内容 *@paramfilename *文件名称 *@return */ protected stringrenderfile(stringtext,stringfilename) throws ioexception { response.addheader( content-disposition , attachment;filename= +filename);... (311 天前)
JAVAJSP-AJava.org
使用jsp:plugin调用apllet例子 html !-- copyright 2004 theapachesoftwarefoundation licensedundertheapachelicense,version 2.0 ( the license ) ; youmaynotuse this fileexceptincompliancewiththelicense. youmayobtainacopyofthelicenseat http: //ww... (311 天前)
JAVAJSP-AJava.org
使用jsp:plugin和jsp:params调用apllet %@page import = simplemenuapplet % %stringmenudata= ; % jsp:plugintype= applet code= simplemenuapplet codebase= . width= 250 height= 50 jreversion= 1.3 jsp:params jsp:param name= font value= sansserif /... (311 天前)
JAVAJSP-AJava.org
jsp中嵌入applet 详细请看下载文件。... (311 天前)
JAVAJSP-AJava.org
jsp-限制访问例子 html head titleusingrestrictedaccess/title /head body h1usingrestrictedaccess/h1 %! javax.servlet.jsp.jspwriterlocalout; class vehicle { protected void start () throws java.io.ioexception { localout.println ( starting...br... (311 天前)
订阅者 ( 1 )
chinesedocument
相关订阅源
RSS JAVAStruts-AJava.org

java文档书籍 / struts

指数 | 1人订阅  

RSS JAVAServlet-AJava.org

java文档书籍 / servlet

指数 | 1人订阅  

我要反馈