Uses of Interface
org.eclipse.rap.rwt.application.EntryPoint
Packages that use EntryPoint
- 
Uses of EntryPoint in org.eclipse.rap.rwt.applicationClasses in org.eclipse.rap.rwt.application that implement EntryPointModifier and TypeClassDescriptionclassThis class provides a skeletal implementation of theEntryPointinterface, 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 TypeMethodDescriptionvoidApplication.addEntryPoint(String path, Class<? extends EntryPoint> entryPointType, Map<String, String> properties) Registers an entrypoint at the given servlet path.