com.atlassian.jira.web.dispatcher
Class SoyTemplateAddress

java.lang.Object
  extended by com.atlassian.jira.web.dispatcher.SoyTemplateAddress

public class SoyTemplateAddress
extends Object

This helper class allows us to interpret the soy template parameters better into something we can call.


Constructor Summary
SoyTemplateAddress()
           
 
Method Summary
static SoyTemplateAddress address(webwork.config.util.ActionInfo.ViewInfo viewInfo)
           
static SoyTemplateAddress address(String defaultCompleteModuleKey, String viewTemplateValue)
           
 String getCompleteKey()
           
 String getTemplateName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoyTemplateAddress

public SoyTemplateAddress()
Method Detail

address

public static SoyTemplateAddress address(webwork.config.util.ActionInfo.ViewInfo viewInfo)

address

public static SoyTemplateAddress address(String defaultCompleteModuleKey,
                                         String viewTemplateValue)

getCompleteKey

public String getCompleteKey()

getTemplateName

public String getTemplateName()


Copyright © 2002-2014 Atlassian. All Rights Reserved.