sessionpropertyhandler.java

来自「intra_mart是日本NDD公司开发的著名企业应用解决方案中间件。集成了J2」· Java 代码 · 共 73 行

JAVA
73
字号
/*
 * SessionPropertyHandler.java
 *
 * Created on 2001/12/17, 18:13
 */

package jp.co.intra_mart.framework.base.session;

import jp.co.intra_mart.framework.system.property.PropertyHandler;

/**
 * 僙僢僔儑儞偵娭楢偡傞僾儘僷僥傿傪庢摼偟傑偡丅
 *
 * @author INTRAMART
 * @version 1.0
 */
public interface SessionPropertyHandler extends PropertyHandler {

    /**
     * 僙僢僔儑儞僆僽僕僃僋僩偺僉乕傪庢摼偟傑偡丅
     * 壗傕愝掕偝傟偰偄側偄応崌null偑曉傝傑偡丅
     *
     * @return 僙僢僔儑儞僆僽僕僃僋僩偺僉乕
     * @throws SessionPropertyException 僙僢僔儑儞僆僽僕僃僋僩偺僉乕偺庢摼帪偵椺奜偑敪惗
     * @deprecated HttpSession傪捈愙庢摼偡傞傛偆偵偟偰偔偩偝偄丅
     */
    public String getSessionObjectKey() throws SessionPropertyException;

    /**
     * 僙僢僔儑儞ID偺僷儔儊乕僞柤傪庢摼偟傑偡丅
     * 壗傕愝掕偝傟偰偄側偄応崌null偑曉傝傑偡丅
     *
     * @return 僙僢僔儑儞ID偺僷儔儊乕僞柤
     * @throws SessionPropertyException 僙僢僔儑儞ID偺僷儔儊乕僞柤偺庢摼帪偵椺奜偑敪惗
     * @deprecated HttpSession傪捈愙巊梡偡傞応崌丄偙偺儊僜僢僪偼晄梫偵側傝傑偡丅
     */
    public String getSessionParameter() throws SessionPropertyException;

    /**
     * 僙僢僔儑儞僼傽僋僩儕偺僋儔僗柤傪庢摼偟傑偡丅
     * 壗傕愝掕偝傟偰偄側偄応崌null偑曉傝傑偡丅
     *
     * @return 僙僢僔儑儞僼傽僋僩儕偺僋儔僗柤
     * @throws SessionPropertyException 僙僢僔儑儞僼傽僋僩儕偺僋儔僗柤偺庢摼帪偵椺奜偑敪惗
     * @deprecated 僙僢僔儑儞偲偟偰偼HttpSession傪捈愙棙梡偡傞傛偆偵偟偰偔偩偝偄丅
     */
    public String getSessionFactoryName() throws SessionPropertyException;

    /**
     * 僙僢僔儑儞偵搊榐偝傟偰偄傞儘僌僀儞儐乕僓ID偺僉乕傪庢摼偟傑偡丅
     *
     * @return 儘僌僀儞儐乕僓ID偺僉乕
     * @throws SessionPropertyException 懏惈柤偺庢摼帪偵椺奜偑敪惗
     */
    public String getLoginUserIDKey() throws SessionPropertyException;

    /**
     * 僙僢僔儑儞偵搊榐偝傟偰偄傞儘僌僀儞僌儖乕僾ID偺僉乕傪庢摼偟傑偡丅
     *
     * @return 儘僌僀儞僌儖乕僾ID偺僉乕
     * @throws SessionPropertyException 懏惈柤偺庢摼帪偵椺奜偑敪惗
     */
    public String getLoginGroupIDKey() throws SessionPropertyException;

    /**
     * 僙僢僔儑儞僄儔乕儁乕僕偺僷僗傪庢摼偟傑偡丅
     *
     * @return 僙僢僔儑儞僄儔乕儁乕僕偺僷僗
     * @throws SessionPropertyException 僙僢僔儑儞僄儔乕儁乕僕偺僷僗偺庢摼帪偵椺奜偑敪惗
     */
    public String getSessionErrorPagePath() throws SessionPropertyException;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?