org.asyrinx.joey.tapestry.util
クラス BaseVisit

java.lang.Object
  拡張org.asyrinx.joey.tapestry.util.BaseVisit
すべての実装インタフェース:
java.io.Serializable

public class BaseVisit
extends java.lang.Object
implements java.io.Serializable

作成者:
akima
関連項目:
直列化された形式

コンストラクタの概要
BaseVisit()
           
 
メソッドの概要
 boolean getDisableInspector()
           
 ApplicationUser getLoginUser()
           
 java.lang.String getLoginUserDisplayName()
           
 boolean getRequestDebug()
           
 boolean isUserLogined()
           
 void setDisableInspector(boolean disableInspector)
           
 void setLoginUser(ApplicationUser user)
           
 void setRequestDebug(boolean value)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BaseVisit

public BaseVisit()
メソッドの詳細

isUserLogined

public boolean isUserLogined()

getLoginUserDisplayName

public java.lang.String getLoginUserDisplayName()

setRequestDebug

public void setRequestDebug(boolean value)

getRequestDebug

public boolean getRequestDebug()

getDisableInspector

public boolean getDisableInspector()

setDisableInspector

public void setDisableInspector(boolean disableInspector)

getLoginUser

public ApplicationUser getLoginUser()
戻り値:

setLoginUser

public void setLoginUser(ApplicationUser user)
パラメータ:
user -


Copyright © 2004 asyrinx organization. All Rights Reserved.