Interface IClientCommandCreator
- All Known Implementing Classes:
ClientCommandCreator
public interface IClientCommandCreator
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptioncreateAddOrSetCookieCommand(String cookieName, String cookieValue) createDeleteCookieCommand(String cookieName) createRedirectCommand(IServerTarget serverTarget) createSaveFileCommand(byte[] content)
-
Method Details
-
createAddOrSetCookieCommand
-
createDeleteCookieCommand
-
createOpenNewTabCommand
-
createRedirectCommand
-
createRedirectCommand
-
createSaveFileCommand
-
createWriteTextToClipBoardCommand
-