Class ClientCommandCreator
java.lang.Object
ch.nolix.system.webapplication.protocol.ClientCommandCreator
- All Implemented Interfaces:
IClientCommandCreator
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAddOrSetCookieCommand(String name, String value) createDeleteCookieCommand(String cookieName) createRedirectCommand(IServerTarget serverTarget) createSaveFileCommand(byte[] bytes)
-
Constructor Details
-
ClientCommandCreator
public ClientCommandCreator()
-
-
Method Details
-
createAddOrSetCookieCommand
- Specified by:
createAddOrSetCookieCommandin interfaceIClientCommandCreator
-
createDeleteCookieCommand
- Specified by:
createDeleteCookieCommandin interfaceIClientCommandCreator
-
createOpenNewTabCommand
- Specified by:
createOpenNewTabCommandin interfaceIClientCommandCreator
-
createRedirectCommand
- Specified by:
createRedirectCommandin interfaceIClientCommandCreator
-
createRedirectCommand
- Specified by:
createRedirectCommandin interfaceIClientCommandCreator
-
createSaveFileCommand
- Specified by:
createSaveFileCommandin interfaceIClientCommandCreator
-
createWriteTextToClipBoardCommand
- Specified by:
createWriteTextToClipBoardCommandin interfaceIClientCommandCreator
-