Class: Trinidad::Extensions::WebAppExtension

Inherits:
Extension
  • Object
show all
Defined in:
lib/trinidad/extensions.rb

Instance Method Summary collapse

Methods inherited from Extension

#initialize

Constructor Details

This class inherits a constructor from Trinidad::Extensions::Extension

Instance Method Details

#configure(tomcat, app_context) ⇒ Object

Raises:

  • (NotImplementedError)


53
54
55
# File 'lib/trinidad/extensions.rb', line 53

def configure(tomcat, app_context)
  raise NotImplementedError, "#{self.class}#configure not implemented"
end