|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface WebappStructure.RegistrationCallback
Callback interface to handle events related to filepath registration in the webapp.
| Method Summary | |
|---|---|
void |
alreadyRegistered(java.lang.String ownerId,
java.lang.String targetFilename)
Called if the targetFilename for the specified ownerId has already been registered. |
void |
refused(java.lang.String ownerId,
java.lang.String targetFilename,
java.lang.String actualOwnerId)
Called if the registration of the targetFilename for the specified ownerId has been refused since the path already belongs to the actualOwnerId. |
void |
registered(java.lang.String ownerId,
java.lang.String targetFilename)
Called if the targetFilename for the specified ownerId has been registered successfully. |
void |
superseded(java.lang.String ownerId,
java.lang.String targetFilename,
java.lang.String deprecatedOwnerId)
Called if the targetFilename for the specified ownerId has been registered successfully by superseding a deprecatedOwnerId, that is the previous owner of the file. |
void |
supersededUnknownOwner(java.lang.String ownerId,
java.lang.String targetFilename,
java.lang.String unknownOwnerId)
Called if the targetFilename for the specified ownerId has been registered successfully by superseding a unknownOwnerId, that is an owner that does not exist anymore in the current project. |
| Method Detail |
|---|
void registered(java.lang.String ownerId,
java.lang.String targetFilename)
throws java.io.IOException
ownerId - the ownerIdtargetFilename - the relative path according to the root of the webapp
java.io.IOException - if an error occurred while handling this event
void alreadyRegistered(java.lang.String ownerId,
java.lang.String targetFilename)
throws java.io.IOException
ownerId - the ownerIdtargetFilename - the relative path according to the root of the webapp
java.io.IOException - if an error occurred while handling this event
void refused(java.lang.String ownerId,
java.lang.String targetFilename,
java.lang.String actualOwnerId)
throws java.io.IOException
ownerId - the ownerIdtargetFilename - the relative path according to the root of the webappactualOwnerId - the actual owner
java.io.IOException - if an error occurred while handling this event
void superseded(java.lang.String ownerId,
java.lang.String targetFilename,
java.lang.String deprecatedOwnerId)
throws java.io.IOException
ownerId - the ownerIdtargetFilename - the relative path according to the root of the webappdeprecatedOwnerId - the previous owner that does not exist anymore
java.io.IOException - if an error occurred while handling this event
void supersededUnknownOwner(java.lang.String ownerId,
java.lang.String targetFilename,
java.lang.String unknownOwnerId)
throws java.io.IOException
ownerId - the ownerIdtargetFilename - the relative path according to the root of the webappunknownOwnerId - the previous owner that does not exist anymore
java.io.IOException - if an error occurred while handling this event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||