Package anvil.server

Examples of anvil.server.Domain


  /// @method getDomain
  /// Returns the domain where this object is located.
  /// @synopsis Configurable getDomain()
  public Any m_getDomain()
  {
    Domain domain;
    if (_conf instanceof Zone) {
      domain = ((Zone)_conf).getDomain();
    } else {
      domain = _conf.getParent().getDomain();
    }
View Full Code Here

TOP

Related Classes of anvil.server.Domain

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.