com.atlassian.confluence.plugins.soy
Class GetContentTypeI18nKeyFunction
java.lang.Object
com.atlassian.confluence.plugins.soy.GetContentTypeI18nKeyFunction
- All Implemented Interfaces:
- com.atlassian.soy.renderer.SoyFunction, com.atlassian.soy.renderer.SoyServerFunction<String>
public class GetContentTypeI18nKeyFunction
- extends Object
- implements com.atlassian.soy.renderer.SoyServerFunction<String>
Implements the ContentUiSupport helper method com.atlassian.confluence.content.ui.ContentUiSupport#getContentTypeI18NKey(T)
- Since:
- v5.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetContentTypeI18nKeyFunction
public GetContentTypeI18nKeyFunction(ContentUiSupport<ContentEntityObject> contentUiSupport)
getName
public String getName()
- Specified by:
getName in interface com.atlassian.soy.renderer.SoyFunction
apply
public String apply(Object... args)
- Specified by:
apply in interface com.atlassian.soy.renderer.SoyServerFunction<String>
validArgSizes
public Set<Integer> validArgSizes()
- Specified by:
validArgSizes in interface com.atlassian.soy.renderer.SoyFunction
Copyright © 2003–2015 Atlassian. All rights reserved.