Package com.centraview.common

Examples of com.centraview.common.UIAttributes


    // use log4j Mapped diagnostic context to uniquely identify
    // each threads log entries by host
    MDC.put("HOSTNAME", host);
    // Set up the UI attributes
    String key = null;
    UIAttributes attributes = null;
    if (forward != null) {
      key = forward.getName();
      attributes = (UIAttributes)Globals.UIATTRIBUTES.get(key);
      if (logger.isDebugEnabled() && System.getProperty(Globals.DEBUG) != null) {
        logger.debug("[processForwardConfig] forward name: " + key);
View Full Code Here

TOP

Related Classes of com.centraview.common.UIAttributes

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.