Class TkBankView

  • All Implemented Interfaces:
    org.takes.Take

    public final class TkBankView
    extends Object
    implements org.takes.Take
    Take that shows a bank in read-only mode.

    The class is immutable and thread-safe.

    Since:
    3.0
    • Constructor Detail

      • TkBankView

        public TkBankView​(DataSource source)
        Ctor.
        Parameters:
        source - DataSource
    • Method Detail

      • act

        public org.takes.Response act​(org.takes.Request req)
                               throws Exception
        Specified by:
        act in interface org.takes.Take
        Throws:
        Exception