com.jdon.container.visitor.data
接口 SessionContextSetup
- 所有已知实现类:
- HttpRequestUserSetup
public interface SessionContextSetup
load the informations about the login user, and
save into sessioncontext that can be accessed in container.
the default implementions is the HttpRequestUserSetup.
HttpRequestUserSetup must be configured in container.xml
so ,you can replace it.
- 作者:
- banq
PRINCIPAL_NAME
static final String PRINCIPAL_NAME
- 另请参见:
- 常量字段值
REMOTE_ADDRESS
static final String REMOTE_ADDRESS
- 另请参见:
- 常量字段值
setup
void setup(SessionContext sessionContext,
RequestWrapper request)
saveSessionContext
void saveSessionContext(String arrtibuteName,
String arrtibuteValue,
SessionContext sessionContext)
getArrtibute
Object getArrtibute(String arrtibuteName,
SessionContext sessionContext)
Copyright © 2013. All Rights Reserved.