A B C D E F G H I J L M N O P R S T U W X

S

SESSION - Static variable in interface uk.ltd.getahead.dwr.Creator
Session scope (only valid if this page participates in a session): the named reference remains available from the HttpSession (if any) associated with the Servlet until the HttpSession is invalidated.
ScriptedCreator - class uk.ltd.getahead.dwr.create.ScriptedCreator.
A creator that uses BeanShell to evaluate some script to create an object.
ScriptedCreator() - Constructor for class uk.ltd.getahead.dwr.create.ScriptedCreator
 
ServletConverter - class uk.ltd.getahead.dwr.convert.ServletConverter.
A converter that magics up HTTP objects
ServletConverter() - Constructor for class uk.ltd.getahead.dwr.convert.ServletConverter
 
ServletLoggingOutput - class uk.ltd.getahead.dwr.util.ServletLoggingOutput.
An implementation of LoggingOutput that sends stuff to the Servlet.log stream.
ServletLoggingOutput() - Constructor for class uk.ltd.getahead.dwr.util.ServletLoggingOutput
 
SignatureParser - class uk.ltd.getahead.dwr.impl.SignatureParser.
A parser for type info in a dwr.xml signature.
SignatureParser(ConverterManager) - Constructor for class uk.ltd.getahead.dwr.impl.SignatureParser
Simple ctor
SpringCreator - class uk.ltd.getahead.dwr.create.SpringCreator.
A creator that relies on a spring bean factory.
SpringCreator() - Constructor for class uk.ltd.getahead.dwr.create.SpringCreator
 
StringConverter - class uk.ltd.getahead.dwr.convert.StringConverter.
An implementation of Converter for Strings.
StringConverter() - Constructor for class uk.ltd.getahead.dwr.convert.StringConverter
 
StrutsCreator - class uk.ltd.getahead.dwr.create.StrutsCreator.
StrutsCreator
StrutsCreator() - Constructor for class uk.ltd.getahead.dwr.create.StrutsCreator
 
SwallowingHttpServletResponse - class uk.ltd.getahead.dwr.util.SwallowingHttpServletResponse.
Used by ExecutionContext to forward results back via javascript
SwallowingHttpServletResponse(Writer, String) - Constructor for class uk.ltd.getahead.dwr.util.SwallowingHttpServletResponse
Create a new HttpServletResponse that allows you to catch the body
sendError(int, String) - Method in class uk.ltd.getahead.dwr.util.SwallowingHttpServletResponse
 
sendError(int) - Method in class uk.ltd.getahead.dwr.util.SwallowingHttpServletResponse
 
sendRedirect(String) - Method in class uk.ltd.getahead.dwr.util.SwallowingHttpServletResponse
 
set(HttpServletRequest, HttpServletResponse, ServletConfig, ServletContext, Container) - Method in interface uk.ltd.getahead.dwr.WebContextBuilder
Make the current thread know what the current request is.
set(HttpServletRequest, HttpServletResponse, ServletConfig, ServletContext, Container) - Method in class uk.ltd.getahead.dwr.impl.DefaultWebContextBuilder
 
setAccessControl(AccessControl) - Method in class uk.ltd.getahead.dwr.impl.DefaultConfiguration
Accessor for the security manager
setAccessControl(AccessControl) - Method in class uk.ltd.getahead.dwr.impl.DefaultExecProcessor
Accessor for the security manager
setAccessControl(AccessControl) - Method in class uk.ltd.getahead.dwr.impl.DefaultInterfaceProcessor
Accessor for the security manager
setAccessControl(AccessControl) - Method in class uk.ltd.getahead.dwr.impl.DefaultTestProcessor
Accessor for the security manager
setAllowImpossibleTests(boolean) - Method in class uk.ltd.getahead.dwr.impl.DefaultInterfaceProcessor
Do we allow impossible tests for debug purposes
setAllowImpossibleTests(boolean) - Method in class uk.ltd.getahead.dwr.impl.DefaultTestProcessor
Do we allow impossible tests for debug purposes
setAssignCode(String) - Method in class uk.ltd.getahead.dwr.OutboundVariable
 
setBeanName(String) - Method in class uk.ltd.getahead.dwr.create.SpringCreator
 
setBufferSize(int) - Method in class uk.ltd.getahead.dwr.util.SwallowingHttpServletResponse
 
setClass(String) - Method in class uk.ltd.getahead.dwr.create.JsfCreator
What sort of class do we create?
setClass(String) - Method in class uk.ltd.getahead.dwr.create.NewCreator
What sort of class do we create?
setClass(String) - Method in class uk.ltd.getahead.dwr.create.NullCreator
What sort of class do we create?
setClass(String) - Method in class uk.ltd.getahead.dwr.create.ScriptedCreator
What sort of class do we create?
setClass(String) - Method in class uk.ltd.getahead.dwr.create.SpringCreator
What sort of class do we create?
setCompressionLevel(int) - Method in class uk.ltd.getahead.dwr.impl.FileProcessor
 
setContentLength(int) - Method in class uk.ltd.getahead.dwr.util.SwallowingHttpServletResponse
 
setContentType(String) - Method in class uk.ltd.getahead.dwr.util.SwallowingHttpServletResponse
 
setConverterManager(ConverterManager) - Method in interface uk.ltd.getahead.dwr.Converter
If we are a compound converter that farms out part of the conversion to other converters then you farm the conversion out via a configuration.
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.ArrayConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.BeanConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.BigNumberConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.CharArrayConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.CollectionConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.ConstructorConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.DOM4JConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.DOMConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.DateConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.EnumConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.JDOMConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.MapConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.NullConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.ObjectConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.PrimitiveConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.ServletConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.StringConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.convert.XOMConverter
 
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.impl.DefaultConfiguration
Accessor for the DefaultCreatorManager that we configure
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.impl.DefaultExecProcessor
Accessor for the DefaultCreatorManager that we configure
setConverterManager(ConverterManager) - Method in class uk.ltd.getahead.dwr.impl.DefaultTestProcessor
Accessor for the DefaultCreatorManager that we configure
setConverters(Map) - Method in interface uk.ltd.getahead.dwr.ConverterManager
Sets the converters for this converter manager.
setConverters(Map) - Method in class uk.ltd.getahead.dwr.impl.DefaultConverterManager
 
setCreatorManager(CreatorManager) - Method in class uk.ltd.getahead.dwr.impl.DefaultConfiguration
Accessor for the DefaultCreatorManager that we configure
setCreatorManager(CreatorManager) - Method in class uk.ltd.getahead.dwr.impl.DefaultExecProcessor
Accessor for the DefaultCreatorManager that we configure
setCreatorManager(CreatorManager) - Method in class uk.ltd.getahead.dwr.impl.DefaultIndexProcessor
Accessor for the DefaultCreatorManager that we configure
setCreatorManager(CreatorManager) - Method in class uk.ltd.getahead.dwr.impl.DefaultInterfaceProcessor
Accessor for the DefaultCreatorManager that we configure
setCreatorManager(CreatorManager) - Method in class uk.ltd.getahead.dwr.impl.DefaultTestProcessor
Accessor for the DefaultCreatorManager that we configure
setCreators(Map) - Method in interface uk.ltd.getahead.dwr.CreatorManager
Sets the creators for this creator manager.
setCreators(Map) - Method in class uk.ltd.getahead.dwr.impl.DefaultCreatorManager
 
setDateHeader(String, long) - Method in class uk.ltd.getahead.dwr.util.SwallowingHttpServletResponse
 
setDebug(boolean) - Method in class uk.ltd.getahead.dwr.impl.DefaultCreatorManager
Set the debug status
setExclude(String) - Method in class uk.ltd.getahead.dwr.convert.BeanConverter
Set a list of properties excluded from conversion
setExclude(String) - Method in class uk.ltd.getahead.dwr.convert.ObjectConverter
 
setExec(Processor) - Method in class uk.ltd.getahead.dwr.impl.DefaultProcessor
 
setExecutionContext(HttpServlet) - Static method in class uk.ltd.getahead.dwr.util.ServletLoggingOutput
Associate a servlet with this thread for logging purposes.
setExtraTypeInfo(TypeHintContext, Class) - Method in interface uk.ltd.getahead.dwr.ConverterManager
We don't know enough from a method signature like setUsers(Set s) to be able to cast the inbound data to a set of Users.
setExtraTypeInfo(TypeHintContext, Class) - Method in class uk.ltd.getahead.dwr.impl.DefaultConverterManager
 
setFile(FileProcessor) - Method in class uk.ltd.getahead.dwr.impl.DefaultProcessor
 
setForce(String) - Method in class uk.ltd.getahead.dwr.convert.ObjectConverter
Do we force accessibility for private fields
setForceWebLogic(boolean) - Method in class uk.ltd.getahead.dwr.create.PageFlowCreator
What do we do if both Weblogic and Beehive are available.
setFormBean(String) - Method in class uk.ltd.getahead.dwr.create.StrutsCreator
Struts formBean to be retrived
setHeader(String, String) - Method in class uk.ltd.getahead.dwr.util.SwallowingHttpServletResponse
 
setId(String) - Method in class uk.ltd.getahead.dwr.Call
 
setIgnoreLastModified(boolean) - Method in class uk.ltd.getahead.dwr.impl.FileProcessor
 
setImplementation(String) - Method in class uk.ltd.getahead.dwr.convert.BeanConverter
 
setImplementation(String) - Method in class uk.ltd.getahead.dwr.convert.ObjectConverter
 
setInboundContext(InboundContext) - Method in class uk.ltd.getahead.dwr.Call
 
setInclude(String) - Method in class uk.ltd.getahead.dwr.convert.BeanConverter
Set a list of properties included from conversion
setInclude(String) - Method in class uk.ltd.getahead.dwr.convert.ObjectConverter
 
setIndex(Processor) - Method in class uk.ltd.getahead.dwr.impl.DefaultProcessor
 
setInitCode(String) - Method in class uk.ltd.getahead.dwr.OutboundVariable
 
setInstanceType(Class) - Method in class uk.ltd.getahead.dwr.convert.BeanConverter
 
setInstanceType(Class) - Method in class uk.ltd.getahead.dwr.convert.ObjectConverter
 
setIntHeader(String, int) - Method in class uk.ltd.getahead.dwr.util.SwallowingHttpServletResponse
 
setInterface(Processor) - Method in class uk.ltd.getahead.dwr.impl.DefaultProcessor
 
setJavascript(String) - Method in class uk.ltd.getahead.dwr.create.AbstractCreator
 
setLanguage(String) - Method in class uk.ltd.getahead.dwr.create.ScriptedCreator
 
setLevel(String) - Static method in class uk.ltd.getahead.dwr.util.ServletLoggingOutput
String version of setLevel.
setLevel(int) - Static method in class uk.ltd.getahead.dwr.util.ServletLoggingOutput
 
setLocale(Locale) - Method in class uk.ltd.getahead.dwr.util.SwallowingHttpServletResponse
 
setManagedBeanName(String) - Method in class uk.ltd.getahead.dwr.create.JsfCreator
 
setMethodName(String) - Method in class uk.ltd.getahead.dwr.Call
 
setNullPathInfoWorkaround(String) - Method in class uk.ltd.getahead.dwr.impl.DefaultProcessor
Do we use our hack for when pathInfo is null?
setOverrideBeanFactory(BeanFactory) - Static method in class uk.ltd.getahead.dwr.create.SpringCreator
Set a web-app wide BeanFactory.
setOverridePath(String) - Method in class uk.ltd.getahead.dwr.impl.DefaultInterfaceProcessor
If we need to override the default path
setProperties(Map) - Method in interface uk.ltd.getahead.dwr.Creator
DefaultConfiguration is done via access to the DOM Element.
setProperties(Map) - Method in class uk.ltd.getahead.dwr.create.AbstractCreator
 
setProperties(Map) - Method in class uk.ltd.getahead.dwr.create.SpringCreator
 
setProperty(Object, String, Object) - Static method in class uk.ltd.getahead.dwr.util.LocalUtil
Set a property on an object using reflection
setReloadable(String) - Method in class uk.ltd.getahead.dwr.create.ScriptedCreator
 
setReply(OutboundVariable) - Method in class uk.ltd.getahead.dwr.Call
 
setScope(String) - Method in class uk.ltd.getahead.dwr.create.AbstractCreator
 
setScript(String) - Method in class uk.ltd.getahead.dwr.create.ScriptedCreator
 
setScriptCompressed(boolean) - Method in class uk.ltd.getahead.dwr.impl.FileProcessor
To what level do we compress scripts?
setScriptName(String) - Method in class uk.ltd.getahead.dwr.Call
 
setScriptPath(String) - Method in class uk.ltd.getahead.dwr.create.ScriptedCreator
 
setStatus(int) - Method in class uk.ltd.getahead.dwr.util.SwallowingHttpServletResponse
 
setStatus(int, String) - Method in class uk.ltd.getahead.dwr.util.SwallowingHttpServletResponse
Deprecated.  
setTest(Processor) - Method in class uk.ltd.getahead.dwr.impl.DefaultProcessor
 
setThrowable(OutboundVariable) - Method in class uk.ltd.getahead.dwr.Call
 
setUseDynamicClasses(String) - Method in class uk.ltd.getahead.dwr.create.ScriptedCreator
Are we using dynamic classes (i.e.
setXhrMode(boolean) - Method in class uk.ltd.getahead.dwr.Calls
 
setXmlBeanFactory(BeanFactory) - Static method in class uk.ltd.getahead.dwr.create.SpringCreator
Deprecated. This method is misnamed use setOverrideBeanFactory
shrinkVariableNames(String) - Method in class uk.ltd.getahead.dwr.util.JavascriptUtil
Shrink variable names to a minimum.
splitInbound(String) - Static method in class uk.ltd.getahead.dwr.util.LocalUtil
The javascript outbound marshaller prefixes the toString value with a colon and the original type information.
stripBlankLines(String) - Method in class uk.ltd.getahead.dwr.util.JavascriptUtil
Remove all blank lines from a string.
stripMultiLineComments(String) - Method in class uk.ltd.getahead.dwr.util.JavascriptUtil
Remove all the multi-line comments from a block of text
stripNewlines(String) - Method in class uk.ltd.getahead.dwr.util.JavascriptUtil
Remove all newline characters from a string.
stripSingleLineComments(String) - Method in class uk.ltd.getahead.dwr.util.JavascriptUtil
Remove all the single-line comments from a block of text

Copyright ? 2005
A B C D E F G H I J L M N O P R S T U W X