Eclipse Rich Ajax Platform

Uses of Interface
org.eclipse.rwt.lifecycle.IEntryPointFactory

Packages that use IEntryPointFactory
org.eclipse.rwt.application   
org.eclipse.rwt.lifecycle   
 

Uses of IEntryPointFactory in org.eclipse.rwt.application
 

Methods in org.eclipse.rwt.application with parameters of type IEntryPointFactory
 void Application.addEntryPoint(java.lang.String path, IEntryPointFactory entryPointFactory, java.util.Map<java.lang.String,java.lang.String> properties)
          Registers an entry point factory at the given servlet path.
 

Uses of IEntryPointFactory in org.eclipse.rwt.lifecycle
 

Classes in org.eclipse.rwt.lifecycle that implement IEntryPointFactory
 class DefaultEntryPointFactory
          A default entrypoint factory that creates entrypoint instances from a given class.
 


Eclipse Rich Ajax Platform

Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.