Package org.infoglue.deliver.applications.databeans

Examples of org.infoglue.deliver.applications.databeans.CacheEvictionBean.toQueryString()


        }

        if(foundPublishedBean != null)
          sb.append("" + foundPublishedBean.toQueryString());
        else if(foundOngoingPublicationBean != null)
          sb.append("" + foundOngoingPublicationBean.toQueryString());
        else
          sb.append("status=Unknown; serverStartDateTime:" + formatter.formatDate(CmsPropertyHandler.getStartupTime(), "yyyy-MM-dd HH:mm:ss"));
       
        this.getResponse().setContentType("text/plain");
        this.getResponse().getWriter().println("" + sb.toString());
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.