java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.taglets.BaseTaglet
org.jdrupes.mdoclet.internal.doclets.toolkit.taglets.ValueTaglet
Alle implementierten Schnittstellen:
Taglet

public class ValueTaglet extends BaseTaglet
An inline taglet representing the value tag.

This tag should only be used with constant fields that have a value. It is used to access the value of constant fields. This inline tag has an optional field name parameter. If the name is specified, the constant value is retrieved from the specified field. A link is also created to the specified field. If a name is not specified, the value is retrieved for the field that the inline tag appears on. The name is specified in the following format: [fully qualified class name]#[constant field name].

  • Konstruktordetails

    • ValueTaglet

      public ValueTaglet()
      Construct a new ValueTaglet.
  • Methodendetails