org.tinygroup.weblayer.fc
类 Redirect

java.lang.Object
  继承者 org.tinygroup.weblayer.fc.Redirect
所有已实现的接口:
ComponentInterface

public class Redirect
extends Object
implements ComponentInterface

功能说明:重定向组件

开发时间: 2013-5-2
功能描述: 用于重定向到新的页面,这个是通过浏览器实现的重定向


构造方法摘要
Redirect()
           
 
方法摘要
 void execute(org.tinygroup.context.Context context)
           
 String getPath()
           
 void setPath(String path)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Redirect

public Redirect()
方法详细信息

getPath

public String getPath()

setPath

public void setPath(String path)

execute

public void execute(org.tinygroup.context.Context context)
指定者:
接口 ComponentInterface 中的 execute


Copyright © 2006–2014 开源组织. All rights reserved.