Class HiddenViewPath
java.lang.Object
ru.vyarus.guicey.gsp.app.rest.log.MappedViewPath
ru.vyarus.guicey.gsp.app.rest.log.HiddenViewPath
Gsp application hidden mapping. Appears when different rest prefix mapped to sub url (so root prefix resources
under the same sub url become hidden).
- Since:
- 05.12.2019
-
Constructor Summary
ConstructorsConstructorDescriptionHiddenViewPath(ViewPath path, String mapping, String prefix, String overridingMapping) -
Method Summary
Methods inherited from class ru.vyarus.guicey.gsp.app.rest.log.MappedViewPath
getMappedUrl, getMapping, getPath, getPrefix
-
Constructor Details
-
HiddenViewPath
-
-
Method Details