public class ContentController extends Object
| Modifier and Type | Field and Description |
|---|---|
static ContentConfigurationInfo |
ContentConfigurationMeta |
| Constructor and Description |
|---|
ContentController() |
| Modifier and Type | Method and Description |
|---|---|
static ContentItemInfo |
FindContentItem(String name) |
static ParameterInfo |
FindParameter(String name) |
static ResourceInfo |
FindResource(String name) |
static ContentResultCollectionInfo |
LoadContent(String resourceName) |
static ContentResultCollectionInfo |
LoadContent(String resourceName,
Collection<NameValuePair> args) |
static ContentResultCollectionInfo |
LoadContent(String contentName,
Collection<NameValuePair> args,
boolean resourceOnly) |
static String |
LoadContent(String resourceName,
String paramKey1,
String paramValue1) |
static String |
LoadContent(String resourceName,
String paramKey1,
String paramValue1,
String paramKey2,
String paramValue2) |
static String |
LoadContent(String resourceName,
String paramKey1,
String paramValue1,
String paramKey2,
String paramValue2,
String paramKey3,
String paramValue3) |
static String |
LoadContent(String resourceName,
String paramKey1,
String paramValue1,
String paramKey2,
String paramValue2,
String paramKey3,
String paramValue3,
String paramKey4,
String paramValue4) |
static String |
LoadContentWithParam(String resourceName,
String... args) |
static CaseInsensitiveMap<Object> |
LoadParameters(String paramName) |
static CaseInsensitiveMap<Object> |
LoadParameters(String paramName,
Collection<NameValuePair> args) |
static Object |
LoadResource(String resourceName) |
static Object |
LoadResource(String resourceName,
Collection<NameValuePair> args) |
public static final ContentConfigurationInfo ContentConfigurationMeta
public static Object LoadResource(String resourceName) throws Exception
Exceptionpublic static Object LoadResource(String resourceName, Collection<NameValuePair> args) throws Exception
Exceptionpublic static ContentResultCollectionInfo LoadContent(String resourceName) throws Exception
Exceptionpublic static ContentResultCollectionInfo LoadContent(String resourceName, Collection<NameValuePair> args) throws Exception
Exceptionpublic static ContentResultCollectionInfo LoadContent(String contentName, Collection<NameValuePair> args, boolean resourceOnly) throws Exception
Exceptionpublic static String LoadContent(String resourceName, String paramKey1, String paramValue1) throws Exception
Exceptionpublic static String LoadContent(String resourceName, String paramKey1, String paramValue1, String paramKey2, String paramValue2) throws Exception
Exceptionpublic static String LoadContent(String resourceName, String paramKey1, String paramValue1, String paramKey2, String paramValue2, String paramKey3, String paramValue3) throws Exception
Exceptionpublic static String LoadContent(String resourceName, String paramKey1, String paramValue1, String paramKey2, String paramValue2, String paramKey3, String paramValue3, String paramKey4, String paramValue4) throws Exception
Exceptionpublic static String LoadContentWithParam(String resourceName, String... args) throws Exception
Exceptionpublic static CaseInsensitiveMap<Object> LoadParameters(String paramName) throws Exception
Exceptionpublic static CaseInsensitiveMap<Object> LoadParameters(String paramName, Collection<NameValuePair> args) throws Exception
Exceptionpublic static ResourceInfo FindResource(String name)
public static ParameterInfo FindParameter(String name)
public static ContentItemInfo FindContentItem(String name)
Copyright © 2015. All rights reserved.