Uses of Class
org.thymeleaf.testing.templateengine.standard.test.StandardTestValueType

Packages that use StandardTestValueType
org.thymeleaf.testing.templateengine.standard.test   
org.thymeleaf.testing.templateengine.standard.test.data   
 

Uses of StandardTestValueType in org.thymeleaf.testing.templateengine.standard.test
 

Fields in org.thymeleaf.testing.templateengine.standard.test declared as StandardTestValueType
static StandardTestValueType StandardTest.DEFAULT_VALUE_TYPE
           
 

Methods in org.thymeleaf.testing.templateengine.standard.test that return StandardTestValueType
 StandardTestValueType StandardTest.getAdditionalInputsValueTypes(String inputName)
           
 StandardTestValueType StandardTest.getCacheValueType()
           
 StandardTestValueType StandardTest.getContextValueType()
           
 StandardTestValueType StandardTest.getExactMatchValueType()
           
 StandardTestValueType StandardTest.getFragmentValueType()
           
 StandardTestValueType StandardTest.getInputCacheableValueType()
           
 StandardTestValueType StandardTest.getInputValueType()
           
 StandardTestValueType StandardTest.getMessagesValueType()
           
 StandardTestValueType StandardTest.getNameValueType()
           
 StandardTestValueType StandardTest.getOutputThrowableClassValueType()
           
 StandardTestValueType StandardTest.getOutputThrowableMessagePatternValueType()
           
 StandardTestValueType StandardTest.getOutputValueType()
           
 StandardTestValueType StandardTest.getTemplateModeValueType()
           
static StandardTestValueType StandardTestValueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StandardTestValueType[] StandardTestValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.thymeleaf.testing.templateengine.standard.test that return types with arguments of type StandardTestValueType
 Map<String,StandardTestValueType> StandardTest.getAdditionalInputsValueTypes()
           
 

Methods in org.thymeleaf.testing.templateengine.standard.test with parameters of type StandardTestValueType
 void StandardTest.setAdditionalInput(String name, ITestResource resource, StandardTestValueType valueType)
           
 void StandardTest.setAdditionalInputs(Map<String,ITestResource> additionalInputs, StandardTestValueType valueType)
           
 void StandardTest.setContext(ITestContext context, StandardTestValueType valueType)
           
 void StandardTest.setExactMatch(boolean exactMatch, StandardTestValueType valueType)
           
 void StandardTest.setFragmentSpec(org.thymeleaf.fragment.IFragmentSpec fragmentSpec, StandardTestValueType valueType)
           
 void StandardTest.setInput(ITestResource input, StandardTestValueType valueType)
           
 void StandardTest.setInputCacheable(boolean inputCacheale, StandardTestValueType valueType)
           
 void StandardTest.setMessages(ITestMessages messages, StandardTestValueType valueType)
           
 void StandardTest.setName(String name, StandardTestValueType valueType)
           
 void StandardTest.setOutput(ITestResource output, StandardTestValueType valueType)
           
 void StandardTest.setOutputThrowableClass(Class<? extends Throwable> outputThrowableClass, StandardTestValueType valueType)
           
 void StandardTest.setOutputThrowableMessagePattern(String outputThrowableMessagePattern, StandardTestValueType valueType)
           
 void StandardTest.setTemplateMode(String templateMode, StandardTestValueType valueType)
           
 

Uses of StandardTestValueType in org.thymeleaf.testing.templateengine.standard.test.data
 

Methods in org.thymeleaf.testing.templateengine.standard.test.data that return StandardTestValueType
 StandardTestValueType StandardTestEvaluatedField.getValueType()
           
 



Copyright © 2013 The THYMELEAF team. All Rights Reserved.