/webportal/src/main/java/au/org/emii/portal/util/PortalNaming.java

http://alageospatialportal.googlecode.com/ · Java · 15 lines · 4 code · 3 blank · 8 comment · 0 complexity · 3c2731bdeae316bde94564061d1da6f9 MD5 · raw file

  1. /*
  2. * To change this template, choose Tools | Templates
  3. * and open the template in the editor.
  4. */
  5. package au.org.emii.portal.util;
  6. /**
  7. *
  8. * @author geoff
  9. */
  10. public interface PortalNaming {
  11. public String getPortalName();
  12. }