com.jdon.controller.context.application
类 Application
java.lang.Object
com.jdon.controller.context.application.Application
- 所有已实现的接口:
- AppContextWrapper, SessionWrapper
- 直接已知子类:
- AppUtil
public class Application
- extends Object
- implements AppContextWrapper, SessionWrapper
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Application
public Application()
getResourceAsStream
public InputStream getResourceAsStream(String name)
- 指定者:
- 接口
AppContextWrapper 中的 getResourceAsStream
getInitParameter
public String getInitParameter(String key)
- 指定者:
- 接口
AppContextWrapper 中的 getInitParameter
getAttribute
public Object getAttribute(String key)
- 指定者:
- 接口
AppContextWrapper 中的 getAttribute - 指定者:
- 接口
SessionWrapper 中的 getAttribute
setAttribute
public void setAttribute(String key,
Object o)
- 指定者:
- 接口
AppContextWrapper 中的 setAttribute - 指定者:
- 接口
SessionWrapper 中的 setAttribute
clear
public void clear()
removeAttribute
public void removeAttribute(String key)
- 指定者:
- 接口
AppContextWrapper 中的 removeAttribute
Copyright © 2013. All Rights Reserved.