Codota Logo
Body.dispose
Code IndexAdd Codota to your IDE (free)

How to use
dispose
method
in
org.dspace.app.xmlui.wing.element.Body

Best Java code snippets using org.dspace.app.xmlui.wing.element.Body.dispose (Showing top 1 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
SimpleDateFormat s =
  • Codota IconString pattern;new SimpleDateFormat(pattern)
  • Codota IconString template;Locale locale;new SimpleDateFormat(template, locale)
  • Codota Iconnew SimpleDateFormat()
  • Smart code suggestions by Codota
}
origin: org.dspace/dspace-xmlui-wing

  /**
   * dispose
   */
  public void dispose()
  {
    if (this.meta != null)
    {
      meta.dispose();
    }
    if (this.body != null)
    {
      body.dispose();
    }
    if (this.options != null)
    {
      options.dispose();
    }
    this.meta = null;
    this.body = null;
    this.options = null;
    super.dispose();
  }
//
org.dspace.app.xmlui.wing.elementBodydispose

Javadoc

dispose

Popular methods of Body

  • addDivision
    Append a new division (div element) to the document's body. The division created is not interactive
  • addInteractiveDivision
    Append a new interactive division (div element) to the document's body. An interactive division is a
  • <init>
    Generate a new Body framework element. This method will NOT open or close a body element instead it
  • endElement
  • mergeEqual
    Is this SAX event equivalent to this body?
  • startElement
  • toSAX
    Translate into SAX

Popular in Java

  • Creating JSON documents from java classes using gson
  • startActivity (Activity)
  • compareTo (BigDecimal)
    Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects that are equal in val
  • getSharedPreferences (Context)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • FileOutputStream (java.io)
    A file output stream is an output stream for writing data to aFile or to a FileDescriptor. Whether
  • MalformedURLException (java.net)
    Thrown to indicate that a malformed URL has occurred. Either no legal protocol could be found in a s
  • Iterator (java.util)
    An iterator over a collection. Iterator takes the place of Enumeration in the Java Collections Frame
  • Runner (org.openjdk.jmh.runner)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now