8485868788899091929394
public ContextElement getProperty(String context) throws Exception { try { ContainerMgmt con = new ContainerMgmt(); return con.viewContextProperty(context); } catch (Exception e) { throw ExceptionHandler.getException(e, this); }