|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.parts.ButtonPart
@Deprecated public class ButtonPart
This creates a button part from an input URL. The input url has as parameter the image name, the button text and the like.
Created on January 23, 2006
Constructor Summary | |
---|---|
ButtonPart()
Deprecated. |
Method Summary | |
---|---|
java.lang.Object |
decodeKey(java.lang.String rurl,
IExtendedParameterInfo info)
Deprecated. Decode the input and create a KEY for the request. |
void |
generate(PartResponse pr,
DomApplication da,
java.lang.Object key,
IResourceDependencyList rdl)
Deprecated. This must generate the output for the resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ButtonPart()
Method Detail |
---|
public java.lang.Object decodeKey(java.lang.String rurl, IExtendedParameterInfo info) throws java.lang.Exception
IBufferedPartFactory
decodeKey
in interface IBufferedPartFactory
java.lang.Exception
public void generate(@Nonnull PartResponse pr, @Nonnull DomApplication da, @Nonnull java.lang.Object key, @Nonnull IResourceDependencyList rdl) throws java.lang.Exception
IBufferedPartFactory
generate
in interface IBufferedPartFactory
da
- 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.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |