@Deprecated public class ButtonPart extends Object implements IBufferedPartFactory
Created on January 23, 2006
| Constructor and Description |
|---|
ButtonPart()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
decodeKey(String rurl,
IExtendedParameterInfo info)
Deprecated.
Decode the input and create a KEY for the request.
|
void |
generate(PartResponse pr,
DomApplication da,
Object key,
IResourceDependencyList rdl)
Deprecated.
This must generate the output for the resource.
|
@Nonnull public Object decodeKey(@Nonnull String rurl, @Nonnull IExtendedParameterInfo info) throws Exception
IBufferedPartFactorydecodeKey in interface IBufferedPartFactoryExceptionpublic void generate(@Nonnull PartResponse pr, @Nonnull DomApplication da, @Nonnull Object key, @Nonnull IResourceDependencyList rdl) throws Exception
IBufferedPartFactorygenerate in interface IBufferedPartFactoryda - The Application on behalf of which this resource is generated.key - The key, as specified by decodeKey.rdl - When running in development mode, each file resource used should be added
to this list. The buffer code will use that list to check whether a source
for this thing has changed; if so it will be re-generated. This causes runtime
editability for parameter files of any buffered thingydoo.ExceptionCopyright © 2017 etc.to. All rights reserved.