|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxdoclet.DocletSupport
xdoclet.SubTask
xdoclet.TemplateSubTask
xdoclet.modules.ejb.AbstractEjbCodeGeneratorSubTask
xdoclet.modules.ejb.lookup.LookupObjectSubTask
public class LookupObjectSubTask
Nested Class Summary | |
---|---|
static class |
LookupObjectSubTask.LookupKind
|
Nested classes/interfaces inherited from class xdoclet.TemplateSubTask |
---|
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType |
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_UTIL_CLASS_PATTERN
|
Fields inherited from class xdoclet.DocletSupport |
---|
currentClassTag, currentFieldTag, currentMethodTag |
Constructor Summary | |
---|---|
LookupObjectSubTask()
Describe what the UtilObjectSubTask constructor does |
Method Summary | |
---|---|
protected void |
engineStarted()
Describe what the method does |
boolean |
getCacheHomes()
Cache the homes? |
protected java.lang.String |
getGeneratedFileName(xjavadoc.XClass clazz)
Gets the GeneratedFileName attribute of the UtilObjectSubTask object |
boolean |
getIncludeGUID()
Include a performant GUID generator in the util object. |
java.lang.String |
getKind()
Gets the Kind attribute of the UtilObjectSubTask object |
boolean |
getLocalProxies()
should local proxies be returned instead of home interfaces be returned for SLSBs? |
java.lang.String |
getUtilClassPattern()
Returns the configuration parameter for specifying the utility class name pattern. |
protected boolean |
matchesGenerationRules(xjavadoc.XClass clazz)
Describe what the method does |
void |
setCacheHomes(boolean cacheHomes)
Cache the homes? |
void |
setIncludeGUID(boolean includeGUID)
Include a performant GUID generator in the util object. |
void |
setKind(LookupObjectSubTask.LookupKind kind)
Sets the Kind attribute of the UtilObjectSubTask object |
void |
setLocalProxies(boolean localProxies)
Should local proxies be dynamically generated for Stateless session beans? (Typically used with Hibernate instead of Entity Beans to develop outside the container.) |
void |
setPattern(java.lang.String new_pattern)
Sets the Pattern attribute of the UtilObjectSubTask object |
void |
validateOptions()
Called to validate configuration parameters. |
Methods inherited from class xdoclet.SubTask |
---|
addConfigParam, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, setDestDir, setMergeDir, setSubTaskName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_UTIL_CLASS_PATTERN
Constructor Detail |
---|
public LookupObjectSubTask()
Method Detail |
---|
public boolean getLocalProxies()
public java.lang.String getKind()
public boolean getIncludeGUID()
public boolean getCacheHomes()
public java.lang.String getUtilClassPattern()
public void setLocalProxies(boolean localProxies)
localProxies
- public void setKind(LookupObjectSubTask.LookupKind kind)
kind
- The new Kind valuepublic void setPattern(java.lang.String new_pattern)
new_pattern
- The new Pattern valuepublic void setIncludeGUID(boolean includeGUID)
includeGUID
- include the GUID generator or notpublic void setCacheHomes(boolean cacheHomes)
cacheHomes
- public void validateOptions() throws XDocletException
validateOptions
in class TemplateSubTask
XDocletException
protected java.lang.String getGeneratedFileName(xjavadoc.XClass clazz) throws XDocletException
getGeneratedFileName
in class TemplateSubTask
clazz
- Describe what the parameter does
XDocletException
protected void engineStarted() throws XDocletException
engineStarted
in class TemplateSubTask
XDocletException
protected boolean matchesGenerationRules(xjavadoc.XClass clazz) throws XDocletException
matchesGenerationRules
in class TemplateSubTask
clazz
- Describe what the parameter does
XDocletException
|
http://xdoclet.sourceforge.net/ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |