Uses of Class
planetj.dataengine.parameter.AbstractParameter

Packages that use AbstractParameter
planetj.dataengine.parameter   
 

Uses of AbstractParameter in planetj.dataengine.parameter
 

Subclasses of AbstractParameter in planetj.dataengine.parameter
 class ContextParameterParameter
          A parameter whose value can be extracted from a AbstractContext object.
 class DataEngineServletParameter
          A parameter whose value is the URL of a DataEngine Servlet
 class ExecutingContextParameter
          A parameter which gets its value from an ExecutingContext
 class FieldOrUsageIdParameter
          A parameter which can get its values based on a usage id or a field name
 class ParameterParameter
          A parameter which gets its value from another parameter.
 class RequestAttribute
          A parameter which gets its value from an HttpServletRequest
 class RequestParameter
          A parameter which gets its value from an HttpServletRequest
 class RequestPromptParameter
          A parameter which can be displayed as a prompt to the user.
 class RowParameter
          A parameter whose value can be extracted from a Row object.
 class RuntimeParameter
          A parameter whose value is set upon application startup
 class ShadowParameter
          Temporarily holds a parameter value when the appropriate parameter doesn't exist.
 class SQLPromptParameter
          A parameter which corresponds to an SQLComparison.
 class TableParameter
          A parameter whose value is a String which indentifies a table.
 class UserParameter
          A parameter which can extract its value from an IUser object.