Tag Documentation

[tag libraries] [tags]

The following document contains a summary of all theJellytag libraries.

Tag Libraries

[tag libraries] [tags]

LibraryDescription
jelly:ojb

A variety of tags for working with the ObjectBridge persistence engine

jelly:ojb

A variety of tags for working with the ObjectBridge persistence engine

Tag NameDescription
broker

Tag handler for <Driver>in JSTL, used to createa simple DataSource for prototyping.

store

This Store tag will store the given object in ObjectBridge usingthe given broker or it will use the parent broker tags broker instance.

Tags

[tag libraries] [tags]

ojb:broker

Tag handler for <Driver>in JSTL, used to createa simple DataSource for prototyping.

Attribute NameTypeDescription
brokerorg.apache.ojb.broker.PersistenceBrokerSets the persistence broker instance
escapeTextboolean
trimboolean
varjava.lang.StringSets the variable name to define for this expression

ojb:store

This Store tag will store the given object in ObjectBridge usingthe given broker or it will use the parent broker tags broker instance.

Attribute NameTypeDescription
brokerorg.apache.ojb.broker.PersistenceBrokerSets the persistence broker instance
escapeTextboolean
trimboolean
valuejava.lang.ObjectSets the value to be persisted