当前位置:
代码迷
>>
J2EE
>> jersey 怎么重定向
详细解决方案
jersey 怎么重定向
热度:
490
发布时间:
2016-04-22 01:24:22.0
jersey 如何重定向
@GET
@Path("/admin")
public Viewable index()
{
return new Viewable("/admin/index.jsp",null);
}
默认系统是请求转发到/admin/index.jsp页面。
但是,我想重定向到/admin/index.jsp,请问,
怎么做
感谢。。
------解决方案--------------------
恐怕不行的。
查看全文
相关解决方案
项目出现上列异常com.sun.jersey.api.client.ClientHandlerException
jersey rest web services拾掇
使用?Jersey?跟?Apache?Tomcat?构建?RESTful?Web?服务
应用 Jersey 和 Apache Tomcat 构建 RESTful Web 服务
Jersey+Spring集成,靠山接受或返回Json数据
REST Web Service开发实践-Jersey,Google Protocol Buffer, Tomcat组合样例
透过 Jersey 客户端 API 调用 REST 风格的 Web 服务
jersey POST 方法报错(MediaType出错),大家用过的知道是什么原因吗?该怎么处理
如何写jax-RS/Jersey/restful webservice里头的方法
jersey 怎么重定向
jersey 怎么做文件上传
Jersey framework开发RESTFUL施用
用Jersey构建RESTful服务7-Jersey+SQLServer+Hibernate4.3+Spring3.2
用Jersey构建RESTful服务6-Jersey+SQLServer+Hibernate4.3
java.lang.NoClassDefFoundError:无法初始化com.sun.jersey.core.header.MediaTypes类
Spring Jersey JSON POJO序列化问题
博文分享: jersey client (2.0) 设置 connection pooling、 timeout 等
java.lang.ClassCastException: class com.sun.jersey.core.impl.provider.ent
Jersey 409
jersey rs传递实体
jersey -rs client使用
rest+jersey
com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused: 报错
启动报错com.sun.jersey.api.client.ClientHandlerException: Cannot execute request on any known server