Class ServiceNameTag

All Implemented Interfaces:
BodyTag, IterationTag, JspTag, Tag, Serializable

public class ServiceNameTag extends ServiceTagSupport
Display the serviceName. This is taken in order 1) From the mdui 2) AttributeConsumeService 3) HostName from the EntityId 4) EntityId.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial ID.
      See Also:
    • log

      @Nonnull private static org.slf4j.Logger log
      Class logger.
    • DEFAULT_VALUE

      @Nonnull @NotEmpty private static final String DEFAULT_VALUE
      what to emit if the jsp has nothing.
      See Also:
    • defaultValue

      @Nullable private String defaultValue
      Bean storage for default value.
  • Constructor Details

    • ServiceNameTag

      public ServiceNameTag()
  • Method Details