Interface UrlAware
-
- All Known Subinterfaces:
LinkAction
- All Known Implementing Classes:
LinkActionImpl,LinkActionPayload,LinkCell,RowClick
public interface UrlAwareЗнание об URL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,ModelLink>getPathMapping()Map<String,ModelLink>getQueryMapping()TargetgetTarget()StringgetUrl()Получить URLvoidsetPathMapping(Map<String,ModelLink> pathMapping)voidsetQueryMapping(Map<String,ModelLink> queryMapping)voidsetTarget(Target target)voidsetUrl(String url)Установить URL
-