Eclipse Rich Ajax Platform

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

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

Uses of IEntryPoint in org.eclipse.rwt.application
 

Method parameters in org.eclipse.rwt.application with type arguments of type IEntryPoint
 void Application.addEntryPoint(java.lang.String path, java.lang.Class<? extends IEntryPoint> entryPointType, java.util.Map<java.lang.String,java.lang.String> properties)
          Registers an entry point at the given servlet path.
 

Uses of IEntryPoint in org.eclipse.rwt.lifecycle
 

Methods in org.eclipse.rwt.lifecycle that return IEntryPoint
 IEntryPoint DefaultEntryPointFactory.create()
           
 IEntryPoint IEntryPointFactory.create()
          Creates a new entrypoint instance.
 

Constructor parameters in org.eclipse.rwt.lifecycle with type arguments of type IEntryPoint
DefaultEntryPointFactory(java.lang.Class<? extends IEntryPoint> type)
          Creates a new entrypoint factory for the given class.
 


Eclipse Rich Ajax Platform

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