There are not yet any items in the system.
<%=theGroup.getPublicName()%>
<% if (theGroup.getVitroClassList()!=null && theGroup.getVitroClassList().size()>0) {%>-
<% Iterator classIter=theGroup.getVitroClassList().iterator();
Object classObj=null;
while (classIter.hasNext()) {
classObj = classIter.next();
if (classObj!=null && classObj instanceof VClass) {
VClass theClass=(VClass)classObj;
String linkStr=response.encodeURL("entitylist");
if (theClass.getURI() == null)
theClass.setURI("null://null");
String queryStr="?vclassId="+URLEncoder.encode(theClass.getURI(),"UTF-8"); %>
- <%=theClass.getName()%> (<%=theClass.getEntityCount()%>) <% } }%>
- no entities