|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Platform | |
|---|---|
| org.springframework.jee.inject | JSR250 Support. |
| org.springframework.jee.validation | Validation package for JSR-250 and EJB3 components. |
| Uses of Platform in org.springframework.jee.inject |
|---|
| Methods in org.springframework.jee.inject that return Platform | |
|---|---|
Platform |
DeploymentUnitMetadata.getTargetPlatform()
Return the target platform for this deployment unit. |
| Methods in org.springframework.jee.inject with parameters of type Platform | |
|---|---|
void |
DeploymentUnitMetadata.setTargetPlatform(Platform targetPlatform)
|
| Uses of Platform in org.springframework.jee.validation |
|---|
| Methods in org.springframework.jee.validation that return Platform | |
|---|---|
static Platform |
Platform.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Platform[] |
Platform.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.springframework.jee.validation that return types with arguments of type Platform | |
|---|---|
Set<Platform> |
SpecificationRule.getPlatforms()
Return the set of JEE Platforms this rule relates to |
Set<Platform> |
AnnotatedMethodSpecificationRule.getPlatforms()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||