org.tinygroup.weblayer.flow
类 FullContextUrlRedirect

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

public class FullContextUrlRedirect
extends Object
implements ComponentInterface


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

构造方法详细信息

FullContextUrlRedirect

public FullContextUrlRedirect()
方法详细信息

getPath

public String getPath()

setPath

public void setPath(String path)

init

public void init()

doExecute

public void doExecute(org.tinygroup.context.Context context)
               throws FileNotFoundException,
                      IOException,
                      Exception
抛出:
FileNotFoundException
IOException
Exception

execute

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


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