Package com.isomorphic.servlet


package com.isomorphic.servlet
  • Class
    Description
    BaseServlet is extended by most servlets in the Isomorphic Framework, as it provides: standard global variables in a safe manner to subclasses support for servlet container-based filesystem access
    Provides all standard Cache-Control HTTP header response directives and some presets for most common usages.
    This CompressionFilter is part of the optional Network Performance package.
    This servlet returns the Javascript representation of a list of DataSources or SimpleTypes passed as parameter "dataSource".
    DynamicScreenGenerators can be registered with the SmartClient Server framework via the ScreenLoaderServlet.addDynamicScreenGenerator(DynamicScreenGenerator) method.
    This servlet handles RPCs for the SDK Feature Explorer - it is not intended for use in deployments.
    The FileAssembly servlet is part of the optional Network Performance package.
    The FileDownload Servlet is part of the optional Network Performance package.
    The HttpProxyServlet proxies http requests for the client (browser) - typically for web service calls where cross-domain restrictions prevent the browser from making a direct call to a particular URL.
    This servlet handles built-in SmartClient datasource operations by default.
    This class is based on the Apache Commons FileUpload FileItem class, providing uploaded file APIs for the SmartClient Server.
    This is a thin wrapper on the standard HttpServletRequest servlet API class.
    This is an optional init servlet.
    RequestContext aggregates state about the current request.
    This servlet handles built-in SmartClient datasource requests sent from REST clients.
    This servlet returns the Javascript representation of a list of comma separated screens passed in parameter "screenName".
    Screens are loaded from files <screenName>.ui.xml.
    Most servlet containers do not allow filter registration based on Regex rules.
    This filter will rewrite URLs by stripping path segments that start with the isc.pathSegmentPrefix as defined in the server.properties configuration file.