org.tinygroup.weblayer.fc
类 Forward

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

public class Forward
extends Object
implements ComponentInterface

功能说明: 请求转发组件
开发时间: 2013-5-2
功能描述: 用于Forward到指定的URL


构造方法摘要
Forward()
           
 
方法摘要
 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
 

构造方法详细信息

Forward

public Forward()
方法详细信息

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.