Class BrowserCache

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Cachable, Identified, Tool

@Component public class BrowserCache extends Component implements Cachable
Deprecated.
this component does nothing
This Class extends Component and implements Cachable. The class implemetns a containter in which all the components inside it can use the browser's chache.
See Also:
GCApi:
component
  • Constructor Details

    • BrowserCache

      public BrowserCache()
      Deprecated.
  • Method Details

    • useCache

      public boolean useCache()
      Deprecated.
      Creates a new instance of BrowserCache
      Specified by:
      useCache in interface Cachable
      Returns:
      true if the object uses a cache, false otherwise
    • getHtml

      public org.apache.ecs.Element getHtml(EntitySet es)
      Deprecated.
      Description copied from class: Component
      Abstract method that must be extended and returns the html code of the Component
      Specified by:
      getHtml in class Component
      Parameters:
      es - The EntitySet to which the element belongs
      Returns:
      The html of the Component