Class ClientTypeImpl

java.lang.Object
ch.tocco.nice2.web.core.impl.client.ClientTypeImpl
All Implemented Interfaces:
ClientType

@Component public class ClientTypeImpl extends Object implements ClientType
  • Constructor Details

    • ClientTypeImpl

      public ClientTypeImpl()
  • Method Details

    • getType

      public String getType()
      Description copied from interface: ClientType
      Returns the client type. Use defined constants from this interface.
      Specified by:
      getType in interface ClientType
    • setType

      public void setType(String type)
      Description copied from interface: ClientType
      Internal only. Please do not use unless you know what you are doing.
      Specified by:
      setType in interface ClientType
    • withClientType

      public Invoker withClientType(String type)
      Description copied from interface: ClientType
      This may be used to run code in another ClientType.
      Specified by:
      withClientType in interface ClientType