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
Nested ClassesModifier and TypeInterfaceDescriptionstatic classThe type of client.static interfaceBasic client url builder definition.static interfaceThe JavaClient url builder.static interfaceThe Webedit url builder. -
Field Summary
FieldsModifier 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
-