public JipletElement getJipletProperty(String context, String jiplet)
throws Exception
{
try
{
ContainerMgmt con = new ContainerMgmt();
return con.viewJipletProperty(context, jiplet);
}
catch (Exception e)
{
throw ExceptionHandler.getException(e, this);
}