@MessageBundle(projectCode="JBAS")
public interface JSFMessages
| Modifier and Type | Field and Description |
|---|---|
static JSFMessages |
MESSAGES
The messages
|
| Modifier and Type | Method and Description |
|---|---|
String |
classLoadingFailed(org.jboss.jandex.DotName clazz) |
RuntimeException |
instanceCreationFailed(Throwable t) |
RuntimeException |
instanceDestructionFailed(Throwable t) |
String |
invalidAnnotationLocation(Object annotation,
org.jboss.jandex.AnnotationTarget classInfo) |
DeploymentUnitProcessingException |
invalidDefaultJSFImpl(String defaultJsfVersion) |
String |
invalidManagedBeanAnnotation(org.jboss.jandex.AnnotationTarget target) |
IllegalStateException |
noThreadLocalInjectionContainer() |
static final JSFMessages MESSAGES
@Message(id=12650,
value="Failed to load annotated class: %s")
String classLoadingFailed(org.jboss.jandex.DotName clazz)
@Message(id=12651,
value="Annotation %s in class %s is only allowed on classes")
String invalidAnnotationLocation(Object annotation,
org.jboss.jandex.AnnotationTarget classInfo)
@Message(id=12652,
value="Instance creation failed")
RuntimeException instanceCreationFailed(@Cause
Throwable t)
@Message(id=12653,
value="Instance destruction failed")
RuntimeException instanceDestructionFailed(@Cause
Throwable t)
@Message(id=12654,
value="Thread local injection container not set")
IllegalStateException noThreadLocalInjectionContainer()
@Message(id=12655,
value="@ManagedBean is only allowed at class level %s")
String invalidManagedBeanAnnotation(org.jboss.jandex.AnnotationTarget target)
@Message(id=12656,
value="Default JSF implementation slot \'%s\' is invalid")
DeploymentUnitProcessingException invalidDefaultJSFImpl(String defaultJsfVersion)
Copyright © 2014 JBoss by Red Hat. All rights reserved.