public interface FeatureResource
| Modifier and Type | Interface and Description |
|---|---|
static class |
FeatureResource.Attribute |
static class |
FeatureResource.Default
Helper base class to avoid having to implement rarely-overridden isExternal/isProxyCacheable
functionality in FeatureResource.
|
static class |
FeatureResource.Simple |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttribs() |
String |
getContent() |
String |
getDebugContent() |
String |
getName() |
boolean |
isExternal() |
boolean |
isProxyCacheable() |
String getContent()
String getDebugContent()
boolean isExternal()
boolean isProxyCacheable()
String getName()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.