Class LinkActionImpl
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.meta.action.AbstractAction<LinkActionPayload,MetaSaga>
-
- net.n2oapp.framework.api.metadata.meta.action.link.LinkActionImpl
-
- All Implemented Interfaces:
Serializable,PropertiesAware,UrlAware,Compiled,Action,LinkAction
public class LinkActionImpl extends AbstractAction<LinkActionPayload,MetaSaga> implements LinkAction
Клиентская модель действия перехода по ссылке- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.meta.action.AbstractAction
properties
-
-
Constructor Summary
Constructors Constructor Description LinkActionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,ModelLink>getPathMapping()Map<String,ModelLink>getQueryMapping()BooleangetRestore()TargetgetTarget()StringgetUrl()Получить URLvoidsetPathMapping(Map<String,ModelLink> pathMapping)voidsetQueryMapping(Map<String,ModelLink> queryMapping)voidsetRestore(Boolean restore)voidsetTarget(Target target)voidsetUrl(String url)Установить URL-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.PropertiesAware
getProperties, setProperties
-
-
-
-
Method Detail
-
getPathMapping
public Map<String,ModelLink> getPathMapping()
- Specified by:
getPathMappingin interfaceUrlAware
-
setPathMapping
public void setPathMapping(Map<String,ModelLink> pathMapping)
- Specified by:
setPathMappingin interfaceUrlAware
-
getQueryMapping
public Map<String,ModelLink> getQueryMapping()
- Specified by:
getQueryMappingin interfaceUrlAware
-
setQueryMapping
public void setQueryMapping(Map<String,ModelLink> queryMapping)
- Specified by:
setQueryMappingin interfaceUrlAware
-
getRestore
public Boolean getRestore()
-
setRestore
public void setRestore(Boolean restore)
-
-