Interface CommandFactory

All Known Implementing Classes:
CommandRegistry

public interface CommandFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    createCommand(String namespaceURI, String commandName)
     
  • Method Details