Package de.espirit.firstspirit.agency
Interface ClientUrlAgent
public interface ClientUrlAgent
Definition of an agent specialized in creating client urls.
- Since:
- 5.0.100
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
The type of client.static interface
Basic client url builder definition.static interface
The JavaClient url builder.static interface
The Webedit url builder. -
Field Summary
Modifier and TypeFieldDescriptionstatic final SpecialistType<ClientUrlAgent>
The agent's technical type to be used to request the agent from aSpecialistsBroker
. -
Method Summary
Modifier and TypeMethodDescription<T extends ClientUrlAgent.ClientUrlBuilder<?>>
TgetBuilder
(ClientUrlAgent.ClientType<T> type) Returns a client type respecting url builder.
-
Field Details
-
TYPE
The agent's technical type to be used to request the agent from aSpecialistsBroker
.- Since:
- 5.0.100
-
-
Method Details
-
getBuilder
Returns a client type respecting url builder.- Parameters:
type
- The client type that should be used.- Returns:
- A client type respecting url builder.
- Since:
- 5.0.100
-