Uses of Class
com.cc.framework.http.HttpScope

Packages that use HttpScope
com.cc.framework.adapter   
com.cc.framework.adapter.struts   
com.cc.framework.http   
com.cc.framework.resource   
com.cc.framework.taglib   
com.cc.framework.taglib.controls   
com.cc.framework.taglib.forms   
com.cc.framework.taglib.svg   
com.cc.framework.ui.painter.imp   
 

Uses of HttpScope in com.cc.framework.adapter
 

Methods in com.cc.framework.adapter with parameters of type HttpScope
 java.lang.Object FrameworkAdapter.lookupBean(javax.servlet.jsp.PageContext pageContext, java.lang.String name, java.lang.String property, HttpScope scope)
          Lookup a Javabean for use in a JSP tag handler
static java.lang.Object AdapterUtil.lookup(javax.servlet.jsp.PageContext pageContext, java.lang.String name, java.lang.String property, HttpScope scope)
          Locate and return the specified property of the specified bean, from an optionally specified scope, in the specified page context.
 

Uses of HttpScope in com.cc.framework.adapter.struts
 

Methods in com.cc.framework.adapter.struts with parameters of type HttpScope
 java.lang.Object StrutsFrameworkAdapter.lookupBean(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.TagSupport taghandler, java.lang.String name, java.lang.String property, HttpScope scope)
          Does a lookup for the specified Java bean
 java.lang.Object StrutsFrameworkAdapter.lookupBean(javax.servlet.jsp.PageContext pageContext, java.lang.String name, java.lang.String property, HttpScope scope)
           
 java.lang.Object ConcreteActionContext.getAttribute(java.lang.String name, HttpScope scope)
           
 java.lang.Object ActionContextWrapper.getAttribute(java.lang.String name, HttpScope scope)
           
 

Uses of HttpScope in com.cc.framework.http
 

Fields in com.cc.framework.http declared as HttpScope
static HttpScope HttpScope.ANY
          HttpScope: Any - no scope specified
static HttpScope HttpScope.SESSION
          HttpScope: Session
static HttpScope HttpScope.REQUEST
          HttpScope: Request
static HttpScope HttpScope.PAGE
          HttpScope: Page
static HttpScope HttpScope.DIALOG
          HttpScope: Dialog
static HttpScope HttpScope.APPLICATION
          HttpScope: Application
private static HttpScope[] HttpScope.ALL
          collection with all kinds of HttpScopes
 

Methods in com.cc.framework.http that return HttpScope
static HttpScope HttpScope.parse(java.lang.String code)
          Creates for the argument an Object of type HttpScope
 

Methods in com.cc.framework.http with parameters of type HttpScope
static void RequestDecorator.setValue(java.lang.String key, java.lang.String value, RequestDecorationType type, javax.servlet.http.HttpServletRequest request, HttpScope scope)
          Sets a Value
 java.lang.Object PageContextAdapter.getAttribute(java.lang.String name, HttpScope scope)
           
static java.lang.Object HttpUtil.lookup(javax.servlet.jsp.PageContext pageContext, java.lang.String name, HttpScope scope)
          Locate and return the specified bean, from an optionally specified scope, in the specified page context.
static java.lang.Object HttpUtil.lookup(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, java.lang.String name, HttpScope scope)
          Locate and return the specified bean, from an optionally specified scope, in the specified page context.
 java.lang.Object HttpContext.getAttribute(java.lang.String name, HttpScope scope)
          Returns the attribute with the given name from the specified scope
 

Uses of HttpScope in com.cc.framework.resource
 

Methods in com.cc.framework.resource with parameters of type HttpScope
static void ResourceManager.registerResource(javax.servlet.http.HttpServletRequest request, HttpScope scope, java.lang.String key, java.awt.image.BufferedImage image, Cachable cacheInfo)
          Registers a JPEG resource
static void ResourceManager.registerResource(javax.servlet.http.HttpServletRequest request, HttpScope scope, java.lang.String key, MimeType type, byte[] body, Cachable cacheInfo)
          Registers a binary resource
static void ResourceManager.registerResource(javax.servlet.http.HttpServletRequest request, HttpScope scope, java.lang.String key, MimeType type, java.lang.String bodyStream, Cachable cacheInfo)
          Registers a binary resource
static void ResourceManager.registerResource(javax.servlet.http.HttpServletRequest request, HttpScope scope, java.lang.String key, java.lang.Object object, Cachable cacheInfo)
          Registers a object resource
static void ResourceManager.registerResource(javax.servlet.http.HttpServletRequest request, HttpScope scope, java.lang.String key, Resource resource)
          Register a resource in the specified scope
static java.lang.String ResourceManager.getResourceURI(javax.servlet.jsp.PageContext ctx, HttpScope scope, java.lang.String key, Cachable cacheInfo)
          Returns a URI for the specified resource This can be the filename, which is used to store the file on the disk
static java.lang.String ResourceManager.getResourceURI(javax.servlet.jsp.PageContext ctx, HttpScope scope, java.lang.String key, Cachable cacheInfo, boolean contextRelative)
          Returns a URI for the specified resource This can be the filename, which is used to store the file on the disk
static boolean ResourceManager.isUpToDate(javax.servlet.http.HttpServletRequest request, HttpScope scope, java.lang.String key, Cachable cacheInfo)
          Checks if a registered resource is up to date
static Resource ResourceManager.getResource(javax.servlet.http.HttpServletRequest request, HttpScope scope, java.lang.String key)
          Returns a registered resource out of the cache
private static java.util.Hashtable ResourceManager.getResourceCache(javax.servlet.http.HttpServletRequest request, HttpScope scope, boolean create)
          Returns the hashtable with resources in the specified scope
 

Uses of HttpScope in com.cc.framework.taglib
 

Methods in com.cc.framework.taglib with parameters of type HttpScope
static java.lang.Object TagHelp.lookupBean(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.TagSupport taghandler, java.lang.String name, java.lang.String property, HttpScope scope)
          Lookup a Javabean for use in a JSP tag handler.
 

Uses of HttpScope in com.cc.framework.taglib.controls
 

Fields in com.cc.framework.taglib.controls declared as HttpScope
private  HttpScope BaseControlTag.scope
          The scope of the bean containing our underlying property.
 

Methods in com.cc.framework.taglib.controls that return HttpScope
 HttpScope BaseControlTag.getHttpScope()
          Returns the scope.
 

Uses of HttpScope in com.cc.framework.taglib.forms
 

Fields in com.cc.framework.taglib.forms declared as HttpScope
private  HttpScope ForEachTag.scope
          The scope where the collection is stored
 

Uses of HttpScope in com.cc.framework.taglib.svg
 

Fields in com.cc.framework.taglib.svg declared as HttpScope
private  HttpScope SvgTag.scope
          The Scope of the bean containing our underlying property.
private  HttpScope EmbedTag.scope
          Scope
 

Uses of HttpScope in com.cc.framework.ui.painter.imp
 

Methods in com.cc.framework.ui.painter.imp with parameters of type HttpScope
 java.lang.Object PainterContextWrapper.getAttribute(java.lang.String name, HttpScope scope)
           
 java.lang.Object PainterContextImp.getAttribute(java.lang.String name, HttpScope scope)
           
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.