Author: sebb Date: Wed Mar 25 08:41:27 2009 New Revision: 758176 URL: http://svn.apache.org/viewvc?rev=758176&view=rev Log: Remove definitions of methods inherited from ScriptContext
Modified: jakarta/bsf/trunk/bsf3/bsf-utils/src/main/java/org/apache/bsf/utils/http/HttpScriptContext.java Modified: jakarta/bsf/trunk/bsf3/bsf-utils/src/main/java/org/apache/bsf/utils/http/HttpScriptContext.java URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/bsf-utils/src/main/java/org/apache/bsf/utils/http/HttpScriptContext.java?rev=758176&r1=758175&r2=758176&view=diff ============================================================================== --- jakarta/bsf/trunk/bsf3/bsf-utils/src/main/java/org/apache/bsf/utils/http/HttpScriptContext.java (original) +++ jakarta/bsf/trunk/bsf3/bsf-utils/src/main/java/org/apache/bsf/utils/http/HttpScriptContext.java Wed Mar 25 08:41:27 2009 @@ -90,29 +90,6 @@ public String[] getAllowedLanguages(); /** - * Retrieves the value for the specified key in the lowest scope - * in which the key is defined. Returns null if the specified key - * is not defiend in any scope. - * - * @param name the name of the value to be retrieved - * @return the value associated with the specified key - */ - public Object getAttribute(String name); - - /** - * Retrieves the value associated with the specified key in - * specified level of scope. - * - * @param scope the integer value of level of scope - * @return the value associated with specified key in the - * specified level of scope - * @throws IllegalArgumentException if name is null or the scope - * is invalid - */ - public Object getAttribute(String name,int scope) throws - IllegalArgumentException; - - /** * Retrieves an array of string describing HTTP request methods * which are handled by servlets executing in current context. * @@ -187,20 +164,6 @@ public void release(); /** - * Sets the value for the specified key in the specified level of - * scope. - * - * @param name the key associated with the specified value - * @param value the value associated with the specified key - * @param scope the level of scope - * @throws IllegalArgumentException if the level of scope is - * invalid - * @throws IllegalStateException if the session is either invalid - * or diabled - */ - public void setAttribute(String name,Object value,int scope); - - /** * Retrieves a boolean value which indicates whether the * HttpSession associated with the current request is exposed in * SESSION_SCOPE attribute and in the HttpScriptRequest. --------------------------------------------------------------------- To unsubscribe, e-mail: bsf-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: bsf-dev-h...@jakarta.apache.org