Uses of Class
com.taggercat.model.Model

Packages that use Model
com.taggercat Classes and properties used for configuration and message reporting. 
com.taggercat.handlers Tagger Cat's standard Request Handlers and Action Beans 
com.taggercat.model The model layer of Tagger Cat's web framework 
com.taggercat.rules Tagger Cat's Derivation rules 
com.taggercat.tags Tagger Cat's JSP tag library 
com.taggercat.util Tagger Cat's utility classes 
 

Uses of Model in com.taggercat
 

Methods in com.taggercat that return Model
 Model WebContext.getModel()
           
 

Uses of Model in com.taggercat.handlers
 

Methods in com.taggercat.handlers that return Model
 Model AbstractRequestHandler.getModel()
          Gets the Model from the HttpSession.
 

Methods in com.taggercat.handlers with parameters of type Model
 com.taggercat.metadata.MetaEntity AbstractURIHandler.getTargetEntity(Model model)
          Get the target entity for this request, the first term is the entity's short name.
 

Uses of Model in com.taggercat.model
 

Methods in com.taggercat.model that return Model
 Model DataSourceInitParameter.getModel()
           
 Model DataSource.getModel()
          Returns the model object associated with this page's session.
 

Methods in com.taggercat.model with parameters of type Model
 void DataSource.init(Model model, java.lang.String dsn, java.lang.String entityName, java.lang.String initialWhereClause, java.lang.String initialOrderByClause, DataSourceMode mode, java.lang.String parentDataSourceName, java.lang.String scope)
          Initializes this data source.
 void DataSource.init(Model model, java.lang.String dsn, java.lang.String entityName, java.lang.String initialWhereClause, java.lang.String initialOrderByClause, DataSourceMode mode, java.lang.String parentDataSourceName, java.lang.String scope, int maxRows, boolean prefetchRowCount, java.lang.Integer pageSize)
          Initializes this data source.
 void DataSource.init(Model model, java.lang.String dsn, java.lang.String entityName, java.lang.String initialWhereClause, java.lang.String initialOrderByClause, DataSourceMode mode, java.lang.String parentDataSourceName, java.lang.String scope, int maxRows, java.lang.Integer pageSize)
          Initializes this data source.
 void DataSourceInitParameter.setModel(Model model)
           
 void DataSource.setModel(Model model)
          Sets the Model that owns this data source.
 

Constructors in com.taggercat.model with parameters of type Model
DataSourceInitParameter(Model model, java.lang.String dsn, java.lang.String entityName)
           
DataSourceInitParameter(Model model, java.lang.String dsn, java.lang.String entityName, java.lang.String initialWhereClause, java.lang.String initialOrderByClause, DataSourceMode mode, java.lang.String parentDataSourceName, java.lang.String scope, int maxRows, boolean prefetchRowCount, java.lang.Integer pageSize)
           
 

Uses of Model in com.taggercat.rules
 

Constructors in com.taggercat.rules with parameters of type Model
DerivationList(Model model, java.lang.String entityName)
           
 

Uses of Model in com.taggercat.tags
 

Methods in com.taggercat.tags that return Model
 Model AbstractExpEvalTag.getModel()
          Gets the model object associated with this page's session.
 

Methods in com.taggercat.tags with parameters of type Model
 java.lang.String HTMLTextElementTag.makeElement(Model model, DataSource ds, TCEntity tcEntity)
          Creates the HTML Text input element.
 java.lang.String HTMLTextAreaElementTag.makeElement(Model model, DataSource ds, TCEntity tcEntity)
          Creates the HTML TextArea input element.
 java.lang.String HTMLListMenuElementTag.makeElement(Model model, DataSource ds, TCEntity tcEntity)
          Creates the HTML list/menu ( a select) element.
 java.lang.String HTMLCheckBoxElementTag.makeElement(Model model, DataSource ds, TCEntity tcEntity)
          Creates the HTML checkbox input element.
 void HTMLTextElementTag.setValue(Model model, DataSource ds, TCEntity tcEntity)
          Sets the value field of the element from the value of the associated data field.
 void HTMLRadioButtonsTag.setValue(Model model, DataSource ds, TCEntity tcEntity)
           
 void HTMLListMenuElementTag.setValue(Model model, DataSource ds, TCEntity tcEntity)
          Sets the value attribute.
 void HTMLCheckBoxesTag.setValue(Model model, DataSource ds, TCEntity tcEntity)
           
 void HTMLCheckBoxElementTag.setValue(Model model, DataSource ds, TCEntity tcEntity)
          Sets the value property from the field name, or from the current request object if there was an update error.
abstract  void AbstractHTMLInputTag.setValue(Model model, DataSource ds, TCEntity tcEntity)
          Sets the value field and attribute.
 

Uses of Model in com.taggercat.util
 

Methods in com.taggercat.util with parameters of type Model
static java.lang.String Text.getFormattedValue(java.lang.String dsn, java.lang.String propertyName, Model model, java.lang.Object obj, java.lang.String format, java.lang.String type)
          Returns the value formatted with the specified format string.
static java.lang.Object ExpressionUtils.resolveTerm(java.lang.String term, Model model, javax.servlet.http.HttpServletRequest request)
          Resolves the term to a scoped variable, or a data source field.
static java.lang.Object ExpressionUtils.resolveTerm(java.lang.String term, Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.jsp.PageContext pageContext)
          Resolves the term to a scoped variable, or a datasource field.