public abstract class BaseSession extends Object implements Session<String>
| 构造器和说明 |
|---|
BaseSession() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
access() |
Object |
getAttribute(String name) |
Collection<String> |
getAttributeNames() |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCreationTime, getLastAccessedTime, invalidate, isValidprotected void access()
public Object getAttribute(String name)
getAttribute 在接口中 Session<String>public Collection<String> getAttributeNames()
getAttributeNames 在接口中 Session<String>public void setAttribute(String name, Object value)
setAttribute 在接口中 Session<String>public void removeAttribute(String name)
removeAttribute 在接口中 Session<String>Copyright © 2022. All rights reserved.