org.apache.beehive.netui.compiler
Class MergedControllerAnnotation

Object
  extended by MergedControllerAnnotation

public class MergedControllerAnnotation
extends Object


Constructor Summary
MergedControllerAnnotation(TypeDeclaration jclass)
           
 
Method Summary
 Collection<AnnotationMirror> getCatches()
           
 List<String> getCustomValidatorConfigs()
           
 Collection<AnnotationMirror> getForwards()
           
 Collection<AnnotationMirror> getMessageBundles()
           
 Collection<AnnotationMirror> getMessageResources()
           
 String getMultipartHandler()
           
 List<String> getRolesAllowed()
           
 Collection<AnnotationMirror> getSharedFlowRefs()
           
 Collection<AnnotationMirror> getSimpleActions()
           
 String getStrutsMerge()
           
 List<String> getTilesDefinitionsConfigs()
           
 Collection<AnnotationMirror> getValidatableBeans()
           
 String getValidatorMerge()
           
 String getValidatorVersion()
           
 Boolean isLoginRequired()
           
 boolean isLongLived()
           
 boolean isNested()
           
 boolean isReadOnly()
           
 void mergeAnnotation(AnnotationMirror controllerAnnotation)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergedControllerAnnotation

public MergedControllerAnnotation(TypeDeclaration jclass)
Method Detail

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()