All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary Annotation Types Summary Class Description AbstractGrailsView A view applied to a Grails application that ensures an appropriate web request is boundBoundedCharsAsEncodedBytesCounter Counts chars encoded as bytes up to a certain limit (capacity of byte buffer).CompositeEditor ControllerExecutionException Throw when an exception occurs during controller executionControllerMethod A marker annotation for methods added to a class that are for persistence purposesDataBindingSourceCreationException Thrown if an unrecoverable problem occurs creating a DataBindingSource.DefaultGrailsApplicationAttributes Holds knowledge about how to obtain certain attributes from either the ServletContext or the HttpServletRequest instance.DefaultGroovyPagesUriService Provides services for resolving URIs.DefaultRequestStateLookupStrategy Default implementation that uses the web request to obtain information about the currently executing request.FilteringCodecsByContentTypeSettings FlashScope Represents flash scope and allows a flash scope map to be set to the next state.GrailsApplicationAttributes Defines the names of and methods to retrieve Grails specific request and servlet attributes.GrailsFlashScope Grails implementation of Flash scope (@see grails.web.mvc.FlashScope).GrailsHttpSession An adapter class that takes a regular HttpSession and allows you to access it like a Groovy map.GrailsMVCException Thrown when an unrecoverable error occurred in the Grails MVC framework.GrailsParameterMap A parameter map class that allows mixing of request parameters and controller parameters.GrailsRequestContext Defines the methods and objects available during a Grails request context.GrailsRequestStateLookupStrategy Strategy interface for obtaining details about the currently executing requestGrailsViewResolver GrailsWebRequest Encapsulates a Grails request.GrailsWebUtil Utility methods for clients using the web framework.GrailsWrappedRuntimeException Wraps a Grails RuntimeException and attempts to extract more relevent diagnostic messages from the stack trace.GroovyPagesUriService Provides methods to lookup URIs of views and templates.GroovyPagesUriSupport Methods to establish template names, paths and so on.HttpHeaders Constants for HTTP headers.IncludedContent Represents some content that has been used in an include request.IncludeResponseWrapper Response wrapper used to capture the content of a response (such as within in an include).JSONArray A JSONArray is an ordered sequence of values.JSONElement Base interface for all valid JSON ElementsJSONException The JSONException is thrown by the JSON.org classes then things are amiss.JSONObject A JSONObject is an unordered collection of name/value pairs.JSONParser JsonParserConstants Token literal values and constants.JsonParserTokenManager Token Manager.JSONTokener A JSONTokener takes a source string and extracts characters and tokens from it.JSONWriter JSONWriter provides a quick and convenient way of producing JSON text.JSONWriter.Mode Enumeration of the possible modes of the JSONWriterLayoutViewResolver A ViewResolver for resolving layoutsParameterCreationListener A callback interface that is fired when the params object is createdParseException This exception is thrown when parse errors are encountered.PathCapturingJSONWriterWrapper TODO Proof of concept Should capture the JSON Path to the current elementPrettyPrintJSONWriter A JSONWriter dedicated to create indented/pretty printed output.PrettyPrintXMLStreamWriter A XMLStreamWriter dedicated to create indented/pretty printed output.RequestParameter ServletContextHolder Holds a reference to the ServletContext.SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).StreamingMarkupWriter Specialized StreamingMarkupWriter that handles the escaping of double quotes in XML attributesStructuredDateEditor Structured editor for editing dates that takes 5 fields that represent the year, month, day, hour and minute and constructs a Date instanceStructuredPropertyEditor A PropertyEditor that is able to edit structured properties (properties made up of multiple field values).Token Describes the input token stream.TokenMgrError Token Manager Error.WebRequestDelegatingRequestContext Delegates calls to a passed GrailsWebRequest instance.WebRequestServletHolder WebUtils Utility methods to access commons objects and perform common web related functions for the internal framework.WrappedResponseHolder A holder for the original Wrapped response for use when using includes.XMLStreamWriter A simple XML Stream Writer that leverages the StreamingMarkupWriter of GroovyXMLStreamWriter.Mode