Uses of Class
net.sf.ooweb.objectmapping.ObjectAndMethod

Packages that use ObjectAndMethod
net.sf.ooweb.http This package contains the HTTP support classes. 
net.sf.ooweb.objectmapping   
 

Uses of ObjectAndMethod in net.sf.ooweb.http
 

Methods in net.sf.ooweb.http with parameters of type ObjectAndMethod
 ResponseState SecurityManager.checkRequest(java.lang.String context, ObjectAndMethod oam, java.util.Map<java.lang.String,java.lang.String> cookieMap, java.util.Map<java.lang.String,java.lang.Object> reqParams, java.lang.String basicAuthHeader, java.util.Map session)
          handles a request from a security perspective, performing authentication and authorisation as required
 ResponseState SimpleCache.get(ObjectAndMethod oam)
           
 ResponseState Cache.get(ObjectAndMethod oam)
          return a cached ResponseState for the keyed ObjectAndMethod, or null if no such entry exists (or if it's just been expired)
 void SimpleCache.put(ObjectAndMethod oam, ResponseState respState, java.lang.Long timeout)
           
 void Cache.put(ObjectAndMethod oam, ResponseState state, java.lang.Long timeout)
          add a new object to cache specifying the maximum timeout
 

Uses of ObjectAndMethod in net.sf.ooweb.objectmapping
 

Methods in net.sf.ooweb.objectmapping with parameters of type ObjectAndMethod
 long Registry.getCacheTimeout(ObjectAndMethod oam)
          returns the timeout limit for any cached content generated by this particular object and method.
 java.lang.Object Registry.getController(ObjectAndMethod oam)
           
 java.lang.reflect.Method Registry.getMethod(ObjectAndMethod oam)
           
 java.lang.String[] Registry.getRolesFor(ObjectAndMethod oam)
          Return the roles which a User must have to access the method specified in the oam.
 boolean Registry.hasController(ObjectAndMethod oam)
          Checks to see if a controller exists that can handle the path supplied.
 boolean Registry.hasMethod(ObjectAndMethod oam)
           
 boolean Registry.isCacheable(ObjectAndMethod oam)
          lets a client know whether the method was explicitly (or implicitly at class level) marked as being safe to cache.
 



Copyright (C) 2005-2007 OOWeb Authors.