View Javadoc
1   package org.eclipse.rap.rwt.application;
2   
3   public interface EntryPointFactory {
4   	public EntryPoint create();
5   }