Class PebbleViewDispatcher

  • All Implemented Interfaces:
    ViewDispatcher

    public class PebbleViewDispatcher
    extends java.lang.Object
    implements ViewDispatcher
    The Class PebbleViewDispatcher.

    Created: 2016. 1. 27.

    Since:
    2.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      PebbleViewDispatcher​(com.mitchellbosecke.pebble.PebbleEngine pebbleEngine)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispatch​(Activity activity, DispatchRule dispatchRule)
      Dispatch to other resources as the given rule.
      java.lang.String getContentType()  
      boolean isSingleton()
      Return whether this view dispatcher corresponds to a singleton instance.
      void setContentType​(java.lang.String contentType)  
      void setPrefix​(java.lang.String prefix)
      Sets the prefix for the template name.
      void setSuffix​(java.lang.String suffix)
      Sets the suffix for the template name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PebbleViewDispatcher

        public PebbleViewDispatcher​(com.mitchellbosecke.pebble.PebbleEngine pebbleEngine)
    • Method Detail

      • setContentType

        public void setContentType​(java.lang.String contentType)
      • setPrefix

        public void setPrefix​(java.lang.String prefix)
        Sets the prefix for the template name.
        Parameters:
        prefix - the new prefix for the template name
      • setSuffix

        public void setSuffix​(java.lang.String suffix)
        Sets the suffix for the template name.
        Parameters:
        suffix - the new suffix for the template name
      • isSingleton

        public boolean isSingleton()
        Description copied from interface: ViewDispatcher
        Return whether this view dispatcher corresponds to a singleton instance.
        Specified by:
        isSingleton in interface ViewDispatcher
        Returns:
        whether this view dispatcher corresponds to a singleton instance