Class InputTranslationsController
- java.lang.Object
-
- io.imunity.webconsole.translationProfile.TranslationsControllerBase
-
- io.imunity.webconsole.authentication.inputTranslation.InputTranslationsController
-
@Component public class InputTranslationsController extends TranslationsControllerBase
-
-
Field Summary
-
Fields inherited from class io.imunity.webconsole.translationProfile.TranslationsControllerBase
actionsRegistry, msg, profileMan
-
-
Constructor Summary
Constructors Constructor Description InputTranslationsController(pl.edu.icm.unity.MessageSource msg, pl.edu.icm.unity.engine.api.TranslationProfileManagement profileMan, pl.edu.icm.unity.engine.api.translation.in.InputTranslationActionsRegistry inputActionsRegistry, io.imunity.webconsole.tprofile.ActionParameterComponentProvider actionComponentFactory, EndpointController endpointController)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected pl.edu.icm.unity.types.translation.TranslationProfilegetProfile(java.lang.String name)protected java.util.List<pl.edu.icm.unity.types.translation.TranslationProfile>getProfiles()-
Methods inherited from class io.imunity.webconsole.translationProfile.TranslationsControllerBase
addProfile, getEditor
-
-
-
-
Constructor Detail
-
InputTranslationsController
@Autowired public InputTranslationsController(pl.edu.icm.unity.MessageSource msg, pl.edu.icm.unity.engine.api.TranslationProfileManagement profileMan, pl.edu.icm.unity.engine.api.translation.in.InputTranslationActionsRegistry inputActionsRegistry, io.imunity.webconsole.tprofile.ActionParameterComponentProvider actionComponentFactory, EndpointController endpointController)
-
-
Method Detail
-
getProfiles
protected java.util.List<pl.edu.icm.unity.types.translation.TranslationProfile> getProfiles() throws pl.edu.icm.unity.webui.exceptions.ControllerException- Specified by:
getProfilesin classTranslationsControllerBase- Throws:
pl.edu.icm.unity.webui.exceptions.ControllerException
-
getProfile
protected pl.edu.icm.unity.types.translation.TranslationProfile getProfile(java.lang.String name) throws pl.edu.icm.unity.webui.exceptions.ControllerException- Specified by:
getProfilein classTranslationsControllerBase- Throws:
pl.edu.icm.unity.webui.exceptions.ControllerException
-
-