Eclipse Remote Application Platform

Uses of Interface
org.eclipse.rap.rwt.application.EntryPoint

Packages that use EntryPoint
org.eclipse.rap.rwt.application   
 

Uses of EntryPoint in org.eclipse.rap.rwt.application
 

Subinterfaces of EntryPoint in org.eclipse.rap.rwt.application
 interface IEntryPoint
          Deprecated. use EntryPoint instead
 

Classes in org.eclipse.rap.rwt.application that implement EntryPoint
 class AbstractEntryPoint
          This class provides a skeletal implementation of the EntryPoint interface, to minimize the effort required to implement this interface.
 

Methods in org.eclipse.rap.rwt.application that return EntryPoint
 EntryPoint EntryPointFactory.create()
          Creates a new entrypoint instance.
 

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


Eclipse Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0