Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.0.5
-
None
Description
For a library mapping it would be really nice to have shorter logical page names.
The library mapping is e.g. the following:
public static void contributeComponentClassResolver( Configuration<LibraryMapping> configuration )
{ configuration.add( new LibraryMapping( "user", "org.comp.app.user.presentation" ) ); }For the page class org.comp.app.user.presentation.pages.CreateUser it would be nice to get
the url /app/user/create instead of /app/user/createuser.