Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.tripi.asp.SimpleMap

Uses of SimpleMap in com.tripi.asp
 

Classes in com.tripi.asp that implement SimpleMap
 class Application
          Application is a class which holds application-specific data.
 class AspCollection
          This class implements the ASP version of 'Collections', which is a special version of a HashTable.
 class AspCollection.ItemClass
          This class contains an interface back to the contents class
static class AspSessionHandler.AspSynchronizedCollection
          This class helps synchronize Asp Session data with Servlet Session data.
 class JavaMapNode
          JavaMapNode handles Java objects which implement the SimpleMap interface.
 class JavaReferenceMapNode
          JavaReferenceMapNode class is a sub-class of JavaObjectNode specifically for java objects which implement both the SimpleMap interface as well as the SimpleReference interface.
 class Request
          Request is a class which holds request-specific data.
static class Request.CookiesObj
          The CookiesObj class implementes the interface between the ASP Request.Cookies object and the Servlet API.
(package private) static class Request.CookiesObj.CookieValue
          CookieValue class contains methods and functions related to the value of a cookie.
static class Request.FormObj
          The FormObj class implements the interface between ASP Request.Form object and the Servlet API.
(package private)  class Request.FormObj.FormContents
          This class implements processing specific to a form data object.
static class Request.QueryStringObj
          QueryStringObj implements the Request.QueryString object.
(package private)  class Request.QueryStringObj.QueryStringContents
          This class handles the Contents varable, which is not defined until it is first accessed.
static class Request.ServerVariablesObj
          The ServerVariablesObj implemnets the Request.ServerVariables object, containing a list of server variables.
(package private)  class Request.ServerVariablesObj.ServerVariablesContents
          This class handles the Contents varable, which is not defined until it is first accessed.
 class Response.CookieJar
          Cookie Jar class
 class Response.CookieJar.CookieCrumb
          CookieCrumb class to hold cookie information.
 class Session
          Session class, implements the ASP "Session" object.
 

Fields in com.tripi.asp declared as SimpleMap
(package private)  SimpleMap JavaReferenceMapNode.mapObj
          Contained object as a SimpleMap interface object
(package private)  SimpleMap JavaObjectNode.JavaAccessorNode.simpleMapObj
          simpleMapObj is used if the sub-object is an instance of the SimpleMap interface.
(package private)  SimpleMap JavaMapNode.mapObj
          The object this JavaObjectNode points to, dereferenced as a SimpleMap object
 

Methods in com.tripi.asp with parameters of type SimpleMap
private  void ForEachNode.executeSimpleMap(SimpleMap map, AspContext context)
          Internal function which handles the enumeration of SimpleMap object.
 

Constructors in com.tripi.asp with parameters of type SimpleMap
JavaObjectNode.JavaAccessorNode(SimpleMap obj, java.lang.Object key)
          Constructor, SimpleMap form.
JavaMapNode(SimpleMap obj)
          Constructor.