public interface

ExpressionPointcut

implements Pointcut
org.springframework.aop.support.ExpressionPointcut
Known Indirect Subclasses

Class Overview

Interface to be implemented by pointcuts that use String expressions.

Summary

[Expand]
Inherited Fields
From interface org.springframework.aop.Pointcut
Public Methods
abstract String getExpression()
Return the String expression for this pointcut.
[Expand]
Inherited Methods
From interface org.springframework.aop.Pointcut

Public Methods

public abstract String getExpression ()

Return the String expression for this pointcut.