Class: TemplateParserConfiguration

Inherits:
Java::OrgHaploTemplateHtml::ParserConfiguration
  • Object
show all
Defined in:
lib/hsvt_parser_config.rb

Instance Method Summary collapse

Instance Method Details

#functionArgumentsAreURL(functionName) ⇒ Object



3
4
5
6
7
8
9
10
# File 'lib/hsvt_parser_config.rb', line 3

def functionArgumentsAreURL(functionName)
  case functionName
  when "backLink", "std:ui:button-link", "std:ui:button-link:active"
    true
  else
    false
  end
end