Uses of Interface
org.eclipse.rap.rwt.application.EntryPoint
Packages that use EntryPoint
-
Uses of EntryPoint in org.eclipse.rap.rwt.application
Classes in org.eclipse.rap.rwt.application that implement EntryPointModifier and TypeClassDescriptionclass
This class provides a skeletal implementation of theEntryPoint
interface, to minimize the effort required to implement this interface.Methods in org.eclipse.rap.rwt.application that return EntryPointMethod parameters in org.eclipse.rap.rwt.application with type arguments of type EntryPointModifier and TypeMethodDescriptionvoid
Application.addEntryPoint
(String path, Class<? extends EntryPoint> entryPointType, Map<String, String> properties) Registers an entrypoint at the given servlet path.