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


构造方法摘要
Application()
           
 
方法摘要
 void clear()
           
 Object getAttribute(String key)
           
 String getInitParameter(String key)
           
 InputStream getResourceAsStream(String name)
           
 void removeAttribute(String key)
           
 void setAttribute(String key, Object o)
           
 
从类 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.