Package wt.vc.views

Class StandardViewService

java.lang.Object
wt.services.StandardManager
wt.vc.views.StandardViewService
All Implemented Interfaces:
Serializable, wt.fc._NetFactor, NetFactor, wt.services.Manager, ViewService

public class StandardViewService extends StandardManager implements ViewService, Serializable
This implementation of ViewService caches the Views and ViewAssociations, so ViewService calls do not hit the database.

Use the newStandardViewService static factory method(s), not the StandardViewService constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: true

See Also: