Package com.codename1.router
package com.codename1.router
Pop-navigation and deep-link routing support.
The application-facing surface is intentionally small: declare deep-linkable
forms with com.codename1.annotations.Route, intercept back navigation
with com.codename1.ui.Form#setPopGuard(PopGuard), and let the framework
wire the URL plumbing through generated code under
com.codename1.router.generated.
-
ClassDescriptionIntercept back/pop attempts on a
Form.Why a back/pop attempt is happening.Internal contract between the build-time-generated route table and the framework.