}
if ( !jwsEnabled){
handlerCtx.setOutputValue("IsEnabled", Boolean.FALSE);
return;
}
NamingConventions nc = new NamingConventions();
//If API NamingConventions API change, we may need to pass in location as well.
String path = (GuiUtil.isEmpty(applicationName)) ? nc.getLaunchURLPath(appClientName, location) :
nc.getLaunchURLPath(applicationName, appClientName, location);
if (!GuiUtil.isEmpty(path)){
handlerCtx.setOutputValue("Path", path);
handlerCtx.setOutputValue("IsEnabled", Boolean.TRUE);
} else {
handlerCtx.setOutputValue("IsEnabled", Boolean.FALSE);