wt.tools.resource
Class CategorizedListResourceBuilder

java.lang.Object
  extended bywt.tools.resource.ListResourceBuilder
      extended bywt.tools.resource.CategorizedListResourceBuilder
All Implemented Interfaces:
ResourceBuilder, Serializable

public class CategorizedListResourceBuilder
extends ListResourceBuilder
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.tools.resource.ListResourceBuilder
ACCUM_GROUP, COMPILE, COMPILE_GROUP, COMPILE_INPROC, COMPILE_TO, DEL_SOURCE, isolate, LINE_SEP
 
Fields inherited from interface wt.tools.resource.ResourceBuilder
ALLOW_EMPTY_BUNDLE
 
Constructor Summary
CategorizedListResourceBuilder()
           
 
Method Summary
protected  String getDefaultSuperClass()
           
protected  String handleValue(Object value)
           
 
Methods inherited from class wt.tools.resource.ListResourceBuilder
accumulateEncodings, addToGroup, buildResource, compileGroups, compileSource, compileSourceInProcess, compileSourceShell, deleteFile, dispose, finialize, getEncodingDirectory, getExtendClass, getFileExtension, getFileList, isChainedToParent, moveFile, setExtendClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

CategorizedListResourceBuilder

public CategorizedListResourceBuilder()
Method Detail

handleValue

protected String handleValue(Object value)
Overrides:
handleValue in class ListResourceBuilder

getDefaultSuperClass

protected String getDefaultSuperClass()
Overrides:
getDefaultSuperClass in class ListResourceBuilder