Session.SessionImpl
Constructor and Description |
---|
SessionImpl() |
Modifier and Type | Method and Description |
---|---|
<T> boolean |
containsSessionProperty(Class<T> type) |
<T> boolean |
containsSessionProperty(Class<T> type,
String name) |
boolean |
containsSessionProperty(String name) |
void |
copySessionPropertiesFrom(Session session) |
<T> T |
getSessionProperty(Class<T> type) |
<T> T |
getSessionProperty(Class<T> type,
String name) |
<T> T |
getSessionProperty(String name) |
Set<String> |
keySet() |
<T> void |
setSessionProperty(Class<T> type,
Object value) |
<T> void |
setSessionProperty(Class<T> type,
String name,
Object value) |
void |
setSessionProperty(String name,
Object value) |
public <T> boolean containsSessionProperty(Class<T> type, String name)
containsSessionProperty
in interface Session
public <T> boolean containsSessionProperty(Class<T> type)
containsSessionProperty
in interface Session
public boolean containsSessionProperty(String name)
containsSessionProperty
in interface Session
public <T> T getSessionProperty(Class<T> type, String name)
getSessionProperty
in interface Session
public <T> T getSessionProperty(Class<T> type)
getSessionProperty
in interface Session
public <T> T getSessionProperty(String name)
getSessionProperty
in interface Session
public <T> void setSessionProperty(Class<T> type, String name, Object value)
setSessionProperty
in interface Session
public <T> void setSessionProperty(Class<T> type, Object value)
setSessionProperty
in interface Session
public void setSessionProperty(String name, Object value)
setSessionProperty
in interface Session
public void copySessionPropertiesFrom(Session session)
copySessionPropertiesFrom
in interface Session
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.