Tabnine Logo
PrettyAnnotationHandler$ActionSpec
Code IndexAdd Tabnine to your IDE (free)

How to use
PrettyAnnotationHandler$ActionSpec
in
com.ocpsoft.pretty.faces.config.annotation

Best Java code snippets using com.ocpsoft.pretty.faces.config.annotation.PrettyAnnotationHandler$ActionSpec (Showing top 8 results out of 315)

origin: ocpsoft/prettyfaces

ActionSpec actionSpec = new ActionSpec();
actionSpec.setMethod(method);
actionSpec.setOnPostback(actionAnnotation.onPostback());
actionSpec.setInheritable(actionAnnotation.inheritable());
actionSpec.setPhaseId(actionAnnotation.phaseId());
  actionSpec.setMappingIds(new String[] { actionAnnotation.mappingId().trim() });
  actionSpec.setMappingIds( classMappingIds );
origin: ocpsoft/prettyfaces

for (String mappingId : actionSpec.getMappingIds())
      + "' referenced at method '" + actionSpec.getMethod().getName() + "' in class '"
      + actionSpec.getMethod().getDeclaringClass().getName() + "'.");
 urlAction.setPhaseId(actionSpec.getPhaseId());
 urlAction.setOnPostback(actionSpec.isOnPostback());
 urlAction.setInheritable(actionSpec.isInheritable());
 Class clazz = actionSpec.getMethod().getDeclaringClass();
 PrettyExpression expression = buildPrettyExpression(clazz, actionSpec.getMethod().getName());
 urlAction.setAction(expression);
origin: ocpsoft/rewrite

for (String mappingId : actionSpec.getMappingIds())
       + "' referenced at method '" + actionSpec.getMethod().getName() + "' in class '"
       + actionSpec.getMethod().getDeclaringClass().getName() + "'.");
 urlAction.setPhaseId(actionSpec.getPhaseId());
 urlAction.setOnPostback(actionSpec.isOnPostback());
 urlAction.setInheritable(actionSpec.isInheritable());
 Class<?> clazz = actionSpec.getMethod().getDeclaringClass();
 PrettyExpression expression = buildPrettyExpression(clazz, actionSpec.getMethod().getName());
 urlAction.setAction(expression);
origin: com.ocpsoft/prettyfaces-jsf2

for (String mappingId : actionSpec.getMappingIds())
      + "' referenced at method '" + actionSpec.getMethod().getName() + "' in class '"
      + actionSpec.getMethod().getDeclaringClass().getName() + "'.");
 urlAction.setPhaseId(actionSpec.getPhaseId());
 urlAction.setOnPostback(actionSpec.isOnPostback());
 urlAction.setInheritable(actionSpec.isInheritable());
 Class clazz = actionSpec.getMethod().getDeclaringClass();
 PrettyExpression expression = buildPrettyExpression(clazz, actionSpec.getMethod().getName());
 urlAction.setAction(expression);
origin: ocpsoft/prettyfaces

for (String mappingId : actionSpec.getMappingIds())
      + "' referenced at method '" + actionSpec.getMethod().getName() + "' in class '"
      + actionSpec.getMethod().getDeclaringClass().getName() + "'.");
 urlAction.setPhaseId(actionSpec.getPhaseId());
 urlAction.setOnPostback(actionSpec.isOnPostback());
 urlAction.setInheritable(actionSpec.isInheritable());
 Class clazz = actionSpec.getMethod().getDeclaringClass();
 PrettyExpression expression = buildPrettyExpression(clazz, actionSpec.getMethod().getName());
 urlAction.setAction(expression);
origin: ocpsoft/prettyfaces

ActionSpec actionSpec = new ActionSpec();
actionSpec.setMethod(method);
actionSpec.setOnPostback(actionAnnotation.onPostback());
actionSpec.setInheritable(actionAnnotation.inheritable());
actionSpec.setPhaseId(actionAnnotation.phaseId());
  actionSpec.setMappingIds(new String[] { actionAnnotation.mappingId().trim() });
  actionSpec.setMappingIds( classMappingIds );
origin: com.ocpsoft/prettyfaces-jsf2

ActionSpec actionSpec = new ActionSpec();
actionSpec.setMethod(method);
actionSpec.setOnPostback(actionAnnotation.onPostback());
actionSpec.setInheritable(actionAnnotation.inheritable());
actionSpec.setPhaseId(actionAnnotation.phaseId());
  actionSpec.setMappingIds(new String[] { actionAnnotation.mappingId().trim() });
  actionSpec.setMappingIds( classMappingIds );
origin: ocpsoft/rewrite

ActionSpec actionSpec = new ActionSpec();
actionSpec.setMethod(method);
actionSpec.setOnPostback(actionAnnotation.onPostback());
actionSpec.setInheritable(actionAnnotation.inheritable());
actionSpec.setPhaseId(actionAnnotation.phaseId());
  actionSpec.setMappingIds(new String[] { actionAnnotation.mappingId().trim() });
  actionSpec.setMappingIds(classMappingIds);
com.ocpsoft.pretty.faces.config.annotationPrettyAnnotationHandler$ActionSpec

Javadoc

Internal class to hold parameters of a URLAction annotation.

Most used methods

  • <init>
  • getMappingIds
  • getMethod
  • getPhaseId
  • isInheritable
  • isOnPostback
  • setInheritable
  • setMappingIds
  • setMethod
  • setOnPostback
  • setPhaseId
  • setPhaseId

Popular in Java

  • Making http post requests using okhttp
  • getSystemService (Context)
  • scheduleAtFixedRate (Timer)
  • compareTo (BigDecimal)
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Runner (org.openjdk.jmh.runner)
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now