return "Webservice controller";
}
public void weights() {
LayoutHandler lh = LayoutHandler.getInstance();
lh.putWeight("aeh", aeh);
lh.putWeight("expert", expert);
lh.putWeight("a_help", a_help);
lh.putWeight("aeh_approved", aeh_approved);
lh.putWeight("gender_separation", gender_separation);
lh.putWeight("presence", presence);
lh.putWeight("culture", culture);
lh.putWeight("hierarchy", hierarchy);
lh.putWeight("l_help", l_help);
lh.putWeight("access", access);
lh.putWeight("choice", choice);
lh.putWeight("ambiguity", ambiguity);
lh.putWeight("security", security);
}