org.apache.beehive.netui.compiler
Class MergedControllerAnnotation
Object
MergedControllerAnnotation
public class MergedControllerAnnotation
- extends Object
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MergedControllerAnnotation
public MergedControllerAnnotation(TypeDeclaration jclass)
mergeAnnotation
public void mergeAnnotation(AnnotationMirror controllerAnnotation)
getStrutsMerge
public String getStrutsMerge()
getValidatorVersion
public String getValidatorVersion()
getValidatorMerge
public String getValidatorMerge()
getTilesDefinitionsConfigs
public List<String> getTilesDefinitionsConfigs()
isNested
public boolean isNested()
isLongLived
public boolean isLongLived()
getRolesAllowed
public List<String> getRolesAllowed()
getCustomValidatorConfigs
public List<String> getCustomValidatorConfigs()
isLoginRequired
public Boolean isLoginRequired()
isReadOnly
public boolean isReadOnly()
getForwards
public Collection<AnnotationMirror> getForwards()
getSharedFlowRefs
public Collection<AnnotationMirror> getSharedFlowRefs()
getCatches
public Collection<AnnotationMirror> getCatches()
getSimpleActions
public Collection<AnnotationMirror> getSimpleActions()
getValidatableBeans
public Collection<AnnotationMirror> getValidatableBeans()
getMessageResources
public Collection<AnnotationMirror> getMessageResources()
getMessageBundles
public Collection<AnnotationMirror> getMessageBundles()
getMultipartHandler
public String getMultipartHandler()